react-native-pdf-view
react-native-pdf-view copied to clipboard
Update build.gradle
Change version of AndroidPdfViewer to 2.7.0-beta
What's new in 2.7.0-beta?
- Update PdfiumAndroid to 1.6.1, which fixed font rendering (issue #253)
- Add .spacing(int) method to add spacing (in dp) between document pages
- Fix drawing with .onDraw(onDrawListener)
- Add .onDrawAll(onDrawListener) method to draw on all pages
- Add small rendering improvements
- Fix rendering when duplicated pages are passed to .pages(..)
Development here: https://github.com/barteksc/AndroidPdfViewer
thanks for your suggestion @szhigunov, I implemented in this repository.