Skip to content

Releases: wonday/react-native-pdf

v6.1.2

27 Apr 16:07

Choose a tag to compare

  1. Fixed wrong scale returned from onScaleChanged()
  2. Fixed iOS Double Tap zoom
  3. Fixed Some critical typo fixes

v6.1.1

27 Apr 16:06

Choose a tag to compare

  1. Fixed undefined is not an object, crashing on ios

v6.1.0

29 Mar 11:45

Choose a tag to compare

v6.1.0

  1. fix react-native warning on componentWill*
  2. fix onPageSingleTap
  3. Set the PDF View background color to be transparent On iOS

v6.0.1

  1. Expose prop to trust self-signed SSL certs
  2. Use ViewStyleProp in index.js.flow, not deprecated StyleSheet.Styles

v6.0.0

01 Nov 14:56

Choose a tag to compare

  1. Add JS callback onPressLink for pdf link press listener
  2. Fix calling setState while unmounted

v5.1.7

17 Oct 15:24

Choose a tag to compare

  1. downgrade to AndroidPdfViewer 3.1.0-beta.1

v5.1.6

09 Oct 15:21

Choose a tag to compare

  1. fix componentWillReceiveProps and componentWillMount warnings

v5.1.5

24 Sep 15:42

Choose a tag to compare

  1. add setPage() method
  2. upgrade to AndroidPdfViewer to 3.2.0-beta.1
  3. fix some codes ,readme and sample

v5.1.4

13 Aug 15:01

Choose a tag to compare

  1. update example project to RN 0.60.4
  2. fix blank view after native module got recycled in onDetachedFromWindow event
  3. restore singleTap, only callback, do not change scale

v5.1.1-v5.1.3

24 Jun 09:11

Choose a tag to compare

v5.1.3
remove singleTap action from iOS, make the same with Android.

v5.1.2

fix overflow when zoom on Android
v5.1.1

call onScaleChanged when tapped on iOS
fix overflow when zoom
add packagingOptions for Detox e2e tests build and androidTest target
add activityIndicatorProps to index.d.ts

v5.1.0

28 May 14:03

Choose a tag to compare

  1. remove encodeURI(), Degrade Notice: If you use Chinese/Japanese/Korean path, please encodeURI() yourself
  2. fix enableAnnotationRendering in iOS
  3. Trusting certificates for api http redirection