Releases: wonday/react-native-pdf
Releases · wonday/react-native-pdf
v3.0.16
- onPageChanged not fired in Landscape (IOS)
- draw the page with different size to center
- support the page with rotation
v3.0.15
- fix iPad scale offset problem
- add code protection to avoid crashes
v3.0.14
- fix in iPad can not zoom problem(offset still has problem, but zoom works)
v3.0.13
- fix in iPad layout not center problem
v3.0.12
- fix source.expiration check
v3.0.11
- improve iOS zoom, can zoom from pinch center
- fix call setState on an unmounted component
v3.0.9
- use CATiledLayer to improve iOS render performance
v3.0.8
- use await to unlink file
- fix podspec
- do not count a scrolling gesture as a tap
v3.0.6
- add cache file expiration
- enhanced file download stability
v3.0.5
- OnError return Error() object
- fix cache overwrite error
- add Android content:// support
- fix type error
- Refactor view.propTypes to ViewPropTypes.