Skip to content

Releases: alpha0010/react-native-pdf-viewer

Release 3.1.0

17 Mar 18:30

Choose a tag to compare

3.1.0 (2026-03-17)

Bug Fixes

  • ios: may render squashed at non-default aspect ratios (3830f8b)
  • ios: resolve compile error when using dynamically linked frameworks (92a5de9), closes #27
  • rare blank renders due to race condition (61ace68)

Features

  • forward contentContainerStyle to underlying FlatList (533d630)

Release 3.0.1

02 Mar 20:51

Choose a tag to compare

3.0.1 (2026-03-02)

Bug Fixes

  • improve render performance on dynamic annotation changes (184ec7a)
  • ios: replace deprecated graphics APIs (6c90c63)
  • ios: resolve crash on event dispatch (e35c302)

Release 3.0.0

26 Feb 18:10

Choose a tag to compare

3.0.0 (2026-02-26)

New architecture port is here. API usage is the same as 2.x, however old architecture will not work with 3.x.

Known issues

  • ios: Some crashes relating to onXXX callback handlers.

Bug Fixes

  • android: actually use custom shadow node (cf4609b)

Features

  • annotation: support imperative changes (519b792)

Release 3.0.0-beta.0

19 Jan 20:14

Choose a tag to compare

Release 3.0.0-beta.0 Pre-release
Pre-release

3.0.0-beta.0 (2026-01-19)

Ported to new architecture.

Known issues

  • android: on RN 0.83.1 (and potentially other versions), PdfView only displays when given explicit dimensions (and Pdf displays empty) due to facebook/react-native#55171

Bug Fixes

  • ios: complete layout before first render (b3e25ac)
  • zoom: update for new arch (73107c8)

Features

  • android: draft new arch support (f714a0b)
  • ios: draft new arch support (acdf5e1)

BREAKING CHANGES

  • drops old arch support

Release 2.4.2

23 May 15:52

Choose a tag to compare

2.4.2 (2025-05-23)

Bug Fixes

  • zoom: handle android scroll freeze with latest gesture handler (3cc3a49)

Release 2.4.1

23 Sep 14:37

Choose a tag to compare

2.4.1 (2024-09-23)

Bug Fixes

  • zoom: reanimated compatibility (603eae0), closes #21

Release 2.4.0

15 Feb 17:13

Choose a tag to compare

2.4.0 (2023-02-15)

Features

  • zoom: support resize mode (8ce9eab)

Release 2.3.0

27 Sep 15:52

Choose a tag to compare

2.3.0 (2022-09-27)

Features

  • zoom: support custom render component (b03b451)

Release 2.2.1

19 Jul 20:45

Choose a tag to compare

2.2.1 (2022-07-19)

Bug Fixes

  • zoom: center on gesture focal point (fffa285)

Release 2.2.0

19 Jul 19:27

Choose a tag to compare

2.2.0 (2022-07-19)

Features