Skip to content

Releases: douglasjunior/react-native-pdf-renderer

1.6.0

20 Dec 15:01
Compare
Choose a tag to compare

Changes

  • (Possible breaking change) Set default background color to white on Android to prevent issues with transparent PDFs - by @rmarquois (#34)
  • Update build.gradle
  • Update README

1.5.1

19 Dec 16:29
Compare
Choose a tag to compare

Changes

  • Enhance resolution calculations on Android to utilize the device's DPI - by @rmarquois (#33)

1.4.0

26 Sep 12:12
Compare
Choose a tag to compare

Changes

  • Add a prop maxPageResolution to limit the page resolution when zooming on Android. #26

1.3.2

13 Sep 16:43
Compare
Choose a tag to compare

Changes

  • Fixes crash on iOS when rendering PDF inside modals

1.3.1

22 Aug 19:02
Compare
Choose a tag to compare

Changes

  • Add jest mock

1.3.0

13 Jun 14:58
Compare
Choose a tag to compare

Changes

  • Remove deprecated PropTypes
  • Improve resolution on Android when zooming (#13)

1.2.0

29 Sep 17:28
Compare
Choose a tag to compare

Changes

  • Restrict prop types to prevent passing invalid props to the native view (#8 and #9)

1.1.1

06 Jun 14:35
Compare
Choose a tag to compare

Changes

  • Removed unused Android permission #5

1.1.0

31 May 14:24
Compare
Choose a tag to compare

Changes

  • Fix Android scroll speed when zoomed (#4)

1.0.5

28 Apr 11:44
Compare
Choose a tag to compare

Changes

  • Remove Android destroyDrawingCache to prevent the adapter from being destroyed when navigating to another screen.