react-native-pdf-view icon indicating copy to clipboard operation
react-native-pdf-view copied to clipboard

Update build.gradle

Open szhigunov opened this issue 8 years ago • 1 comments

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

szhigunov avatar Jun 23 '17 14:06 szhigunov

thanks for your suggestion @szhigunov, I implemented in this repository.

enieber avatar Jan 15 '19 13:01 enieber