react-native-pdf-viewer

Minimalist PDF viewer for React Native

MIT License

Downloads
8.9K
Stars
72
Committers
2

Bot releases are visible (Hide)

react-native-pdf-viewer - Release 1.3.0

Published by alpha0010 about 4 years ago

1.3.0 (2020-10-12)

Features

  • support page resize mode (0e96e3c)
react-native-pdf-viewer - Release 1.2.0

Published by alpha0010 about 4 years ago

1.2.0 (2020-10-02)

Features

  • dispatch error/completion events from native renderer (865e93c)
  • expose rendered page measurement details (46be2c2)
  • expose some props of the underlying FlatList (3fe0fa1)
  • support scroll to offset (0fbe2bf)
react-native-pdf-viewer - Release 1.1.0

Published by alpha0010 about 4 years ago

1.1.0 (2020-09-28)

Bug Fixes

  • doubled separator measure for flatlist layout computation (f6694ab)
  • wait for view measure before rendering pages (a64b53f)

Features

  • support imperative scroll access (889943d)
react-native-pdf-viewer - Release 1.0.0

Published by alpha0010 about 4 years ago

1.0.0 (2020-09-24)

Features

  • android: cache page measurements for layout (f24e491)
  • measure all pages AOT, assists smooth scrolling (2d7d1a8)
react-native-pdf-viewer - Release 0.4.0

Published by alpha0010 about 4 years ago

0.4.0 (2020-09-23)

Bug Fixes

  • ios: actually correctly display rotated pages (7a1ca6d)
  • ios: correct display orientation of rotated pages (223944f)

Features

  • android: render pages in background (c53f875)
  • ios: render pages in background (fcfeb08)
  • reduce render memory requirements (82bac5a)
react-native-pdf-viewer - Release 0.3.0

Published by alpha0010 about 4 years ago

0.3.0 (2020-09-21)

Bug Fixes

  • reduce unnecessary alpha compositing (1c35b53)

Features

  • support load/error callbacks (2bc285f)
react-native-pdf-viewer - Release 0.2.0

Published by alpha0010 about 4 years ago

0.2.0 (2020-09-20)

Bug Fixes

  • ios: match render window size for small pages (c0fa34e)

Features

  • android: draft pdf renderer (118ca96)
  • ios: add pdf utility functions (d420f18)
  • ios: draft pdf renderer (b544264)
  • ios: measure page size for layout (9b4ed14)
  • draft viewer (6ed64a1)