Releases: wonday/react-native-pdf
Releases · wonday/react-native-pdf
v1.3.5
- improving scolling
- return pdf local/cache path when callback onLoadComplete #57
v1.3.4
- update ios project to xcode9 format.
- fix crash problem when load from base64 #58
- fix TypeScript definition for onError #53
- update sample code in readme
v1.3.3
- improve ios scrolling, fix #47
v1.3.2
- move react-native and react-native-fetch-blob to peerDependencies
- upgrade android-pdf-viewer to 2.7.0
v1.3.1
- refactor android source
- stop page scrolling when tap screen #41
v1.3.0
- fix drawing problem on Android 4.4 #31
- add fitWidth support #36, #38
v1.2.8
- Remove deprecated android override for RN 0.47.0 compatibility #31
v1.2.7
- Improve scrolling animation iOS #25
- When password error, call onError iOS/Android #26
v1.2.6
- improve scrolling animation when at pdf head/end iOS #23
v1.2.4
- Refactor pan gesture and fix pdf not show complete when scale on iOS #20
- Replace PropTypes with prop-types package #22