Releases: wonday/react-native-pdf
Releases · wonday/react-native-pdf
v5.0.7
- onLoadComplete return table of contents
- delete tmp file after downloaded
v5.0.6
- add accessible to PdfPageView
- restore podspec
v5.0.5
- add minScale, maxScale props
- fix pdf display box
- fix Content-length check
v5.0.4
- fix ios background not work
- fix can not show two pdf in in one page
v5.0.3
- add enableAnnotationRendering property support, default enableAnnotationRendering=true
- android build.gradle can reference root project sdk and buildTool setting
v5.0.2
- fix file successfully download check
v5.0.1
- add paging support (ios and android)
- add RTL support (ios)
- fix position when set page (ios)
v5.0.0
- use iOS PDFKit to show pdf (iOS SDK>=11)
- use js+native to show pdf (iOS SDK<11, the same with 4.0.0)
- support pdf with layers (iOS SDK>=11)
- support pdf with links (iOS SDK>=11)
- fix zoom (iOS SDK>=11)
v4.0.0
- replace dependence lib react-native-fetch-blob with rn-fetch-blob
v3.0.17
- update android build tool to v26.0.3
- update AndroidPdfViewer to v3.1.0.beta1
- add {width,height} to onLoadComplete