Skip to content

Releases: wonday/react-native-pdf

v3.0.16

10 Jun 12:10
Compare
Choose a tag to compare
  1. onPageChanged not fired in Landscape (IOS)
  2. draw the page with different size to center
  3. support the page with rotation

v3.0.15

05 Jun 06:40
Compare
Choose a tag to compare
  1. fix iPad scale offset problem
  2. add code protection to avoid crashes

v3.0.14

05 Jun 06:39
Compare
Choose a tag to compare
  1. fix in iPad can not zoom problem(offset still has problem, but zoom works)

v3.0.13

31 May 14:59
Compare
Choose a tag to compare
  1. fix in iPad layout not center problem

v3.0.12

31 May 14:40
Compare
Choose a tag to compare
  1. fix source.expiration check

v3.0.11

15 May 15:45
Compare
Choose a tag to compare
  1. improve iOS zoom, can zoom from pinch center
  2. fix call setState on an unmounted component

v3.0.9

13 May 15:10
Compare
Choose a tag to compare
  1. use CATiledLayer to improve iOS render performance

v3.0.8

09 May 14:22
Compare
Choose a tag to compare
  1. use await to unlink file
  2. fix podspec
  3. do not count a scrolling gesture as a tap

v3.0.6

30 Mar 12:05
Compare
Choose a tag to compare
  1. add cache file expiration
  2. enhanced file download stability

v3.0.5

23 Mar 16:13
Compare
Choose a tag to compare
  1. OnError return Error() object
  2. fix cache overwrite error
  3. add Android content:// support
  4. fix type error
  5. Refactor view.propTypes to ViewPropTypes.