Skip to content

Releases: wonday/react-native-pdf

v5.0.12

23 Mar 12:40

Choose a tag to compare

v5.0.12

  1. fix some codes for code safe
  2. add flow typings
  3. update style prop type

v5.0.11

  1. fix sample codes

v5.0.10

  1. support enablePaging for ios<11.0
  2. disable long press on ios (the same with android)
  3. make iOS singleTap scale the same action with android
  4. recreate sample with RN 0.57

v5.0.9

  1. fix podspec
  2. NS_CLASS_AVAILABLE_IOS(11_0) to PDFKit related codes
  3. Fix pdfs when pipe appears in table content json
  4. modify build.gradle for RN 0.57

v5.0.8

16 Oct 05:28

Choose a tag to compare

  1. fix podspec

v5.0.7

15 Oct 16:32

Choose a tag to compare

  1. onLoadComplete return table of contents
  2. delete tmp file after downloaded

v5.0.6

27 Sep 01:38

Choose a tag to compare

  1. add accessible to PdfPageView
  2. restore podspec

v5.0.5

18 Sep 13:36

Choose a tag to compare

  1. add minScale, maxScale props
  2. fix pdf display box
  3. fix Content-length check

v5.0.4

11 Sep 06:55

Choose a tag to compare

  1. fix ios background not work
  2. fix can not show two pdf in in one page

v5.0.3

06 Sep 11:03

Choose a tag to compare

  1. add enableAnnotationRendering property support, default enableAnnotationRendering=true
  2. android build.gradle can reference root project sdk and buildTool setting

v5.0.2

06 Sep 11:02

Choose a tag to compare

  1. fix file successfully download check

v5.0.1

03 Aug 10:14

Choose a tag to compare

  1. add paging support (ios and android)
  2. add RTL support (ios)
  3. fix position when set page (ios)

v5.0.0

02 Aug 02:24

Choose a tag to compare

  1. use iOS PDFKit to show pdf (iOS SDK>=11)
  2. use js+native to show pdf (iOS SDK<11, the same with 4.0.0)
  3. support pdf with layers (iOS SDK>=11)
  4. support pdf with links (iOS SDK>=11)
  5. fix zoom (iOS SDK>=11)