react-native-pdf

A <Pdf /> component for react-native

MIT License

Downloads
574.5K
Stars
1.6K
Committers
116

Bot releases are hidden (Show)

react-native-pdf - v5.0.7

Published by wonday about 6 years ago

  1. onLoadComplete return table of contents
  2. delete tmp file after downloaded
react-native-pdf - v5.0.6

Published by wonday about 6 years ago

  1. add accessible to PdfPageView
  2. restore podspec
react-native-pdf - v5.0.5

Published by wonday about 6 years ago

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

Published by wonday about 6 years ago

  1. fix ios background not work
  2. fix can not show two pdf in in one page
react-native-pdf - v5.0.3

Published by wonday about 6 years ago

  1. add enableAnnotationRendering property support, default enableAnnotationRendering=true
  2. android build.gradle can reference root project sdk and buildTool setting
react-native-pdf - v5.0.2

Published by wonday about 6 years ago

  1. fix file successfully download check
react-native-pdf - v5.0.1

Published by wonday about 6 years ago

  1. add paging support (ios and android)
  2. add RTL support (ios)
  3. fix position when set page (ios)
react-native-pdf - v5.0.0

Published by wonday about 6 years ago

  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)
react-native-pdf - v4.0.0

Published by wonday over 6 years ago

  1. replace dependence lib react-native-fetch-blob with rn-fetch-blob
react-native-pdf - v3.0.17

Published by wonday over 6 years ago

  1. update android build tool to v26.0.3
  2. update AndroidPdfViewer to v3.1.0.beta1
  3. add {width,height} to onLoadComplete
react-native-pdf - v3.0.16

Published by wonday over 6 years ago

  1. onPageChanged not fired in Landscape (IOS)
  2. draw the page with different size to center
  3. support the page with rotation
react-native-pdf - v3.0.15

Published by wonday over 6 years ago

  1. fix iPad scale offset problem
  2. add code protection to avoid crashes
react-native-pdf - v3.0.14

Published by wonday over 6 years ago

  1. fix in iPad can not zoom problem(offset still has problem, but zoom works)
react-native-pdf - v3.0.13

Published by wonday over 6 years ago

  1. fix in iPad layout not center problem
react-native-pdf - v3.0.12

Published by wonday over 6 years ago

  1. fix source.expiration check
react-native-pdf - v3.0.11

Published by wonday over 6 years ago

  1. improve iOS zoom, can zoom from pinch center
  2. fix call setState on an unmounted component
react-native-pdf - v3.0.9

Published by wonday over 6 years ago

  1. use CATiledLayer to improve iOS render performance
react-native-pdf - v3.0.8

Published by wonday over 6 years ago

  1. use await to unlink file
  2. fix podspec
  3. do not count a scrolling gesture as a tap
react-native-pdf - v3.0.6

Published by wonday over 6 years ago

  1. add cache file expiration
  2. enhanced file download stability
react-native-pdf - v3.0.5

Published by wonday over 6 years ago

  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.