diff --git a/README.md b/README.md index 0666d1b3..310ad4a9 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,11 @@ react-native run-ios
ChangeLog details +v6.1.0 +1. fix react-native warning on `componentWill*` +2. fix onPageSingleTap +3. Set the PDF View background color to be transparent On iOS + v6.0.1 1. Expose prop to trust self-signed SSL certs 2. Use ViewStyleProp in index.js.flow, not deprecated StyleSheet.Styles diff --git a/package.json b/package.json index 18deba24..c826f7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "6.0.2", + "version": "6.1.0", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js",