react-native-pdf
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -17,4 +17,4 @@ { | ||
"dependencies": { | ||
"react": "16.0.0-alpha.6", | ||
"react-native": "0.43.0", | ||
"react": "16.0.0-alpha.12", | ||
"react-native": "0.47.1", | ||
"react-native-fetch-blob": "0.10.5", | ||
@@ -21,0 +21,0 @@ "react-native-pdf": "github:wonday/react-native-pdf#master" |
{ | ||
"name": "react-native-pdf", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "A react native PDF view component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,2 +33,6 @@ # react-native-pdf | ||
v1.2.8 | ||
1. Remove deprecated android override for RN 0.47.0 compatibility #31 | ||
v1.2.7 | ||
@@ -48,8 +52,2 @@ | ||
v1.2.3 | ||
1. Comment out debug log | ||
2. Fix onLoadComplete not triggered on iOS #19 | ||
3. Fix initial props scale not work problem on iOS | ||
[[more]](https://github.com/wonday/react-native-pdf/releases) | ||
@@ -56,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
755
2987244
207