react-native-pdf
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "react-native-pdf", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "A react native PDF view component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,5 +33,10 @@ # react-native-pdf | ||
v1.2.7 | ||
1. Improve scrolling animation iOS #25 | ||
2. When password error, call onError iOS/Android #26 | ||
v1.2.5/v1.2.6 | ||
1. improve animation when at pdf head/end iOS #23 | ||
1. Improve scrolling animation when at pdf head/end iOS #23 | ||
@@ -49,13 +54,2 @@ v1.2.4 | ||
v1.2.2 | ||
1. Fix crash when scale is bigger #4 | ||
2. Improve pan operation when page=1 #15 | ||
3. Fix TypeScript definitions (onLoadComplete and onPageChanged) #16 | ||
v1.2.1 | ||
1. add METHOD and HEADERS support for network pdf | ||
[[more]](https://github.com/wonday/react-native-pdf/releases) | ||
@@ -191,3 +185,3 @@ | ||
| spacing | number | 10 | draw page breaker | ✔ | ✔ | | ||
| password | string | "" | pdf password | ✔ | ✔ | | ||
| password | string | "" | pdf password, if password error, will call OnError() with message "Password required or incorrect password." | ✔ | ✔ | | ||
| style | object | {backgroundColor:"#eee"} | support normal view style, you can use this to set border/spacing color... | ✔ | ✔ | | ||
@@ -194,0 +188,0 @@ | activityIndicator | Component | ProgressBar | when loading show it as an indicator | ✔ | ✔ | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2987275
56
754
209