Releases: wonday/react-native-pdf
v6.7.5
What's Changed
- add an option for disabling double tap by @tobyt42 in #797
- Update react-native-pdf.podspec by @WoLewicki in #803
- Update AndroidPdfViewer library by @zacharee in #821
- Add progressContainerStyle to props by @janwiebe-jump in #814
- fix:package name missing pod install error by @zaferatli in #788
- Fix app crash with this.lastRNBFTask.cancel is not a function by @htgabriel in #827
- Remove @OverRide in RNPDFPdfViewManagerDelegate.java to fix 'no matching methods to override' error by @ong-palo in #822
New Contributors
- @tobyt42 made their first contribution in #797
- @zacharee made their first contribution in #821
- @janwiebe-jump made their first contribution in #814
- @zaferatli made their first contribution in #788
- @htgabriel made their first contribution in #827
- @ong-palo made their first contribution in #822
Full Changelog: v6.7.1...v6.7.5
v6.7.4
v6.7.1
v6.7.1
Fixed: fix ios project setting
Fixed: fix typo in RNPDFPdfViewManagerInterface interface causing android build error
v6.7.0
Fixed: fix(iOS): center page at tap point after double tap to zoom
Fixed: add PDFKit to podspec to make ios compile
Improved: Update build.gradle to support RN 0.71 on new arch
Fixed: fix some small bugs and documents.
v6.6.0
v6.5.0
v6.4.0
v6.4.0
Remove sample for reducing NPM package size
Add support for setting a filename for the cached pdf file
Use react-native-blob-util instead of rn-fetch-blob
Add blob support
remove progress-view dependency
v6.3.0
Add windows support
Fixed some bugs
v6.2.2
Fixed incorrect type of onPageSingleTap and onScaleChanged argument
Fixed included missing setPage method in TypeScript and Flow types
fixed Xcode 12 compatibility