react-native-pdf-view icon indicating copy to clipboard operation
react-native-pdf-view copied to clipboard

React Native PDF View

Results 61 react-native-pdf-view issues
Sort by recently updated
recently updated
newest added

Hi, Android has no problems with opening pdf's with a space in the filename while ios reports a pdf error. The images are served from a nodejs server running on...

fixes #39 Always returning a new view instance prevents crashing when multiple PDFViews are rendered.

Hi, RN47.0 has removed createJSModule method from ReactPackage.java. In order to make it work on Android with RN47.0, I have removed @overide annotation from PDFView.java class. Can you please merge...

I have url to the file I want to open that and I don't wish to download the file (It's a rather big one)

i used these command for installation ``` npm i react-native-pdf-view --save react-native link react-native-pdf-view react-native run-ios ``` but an error occurred : build fail ``` 4 warnings and 17 errors...

when i use it like Example,it's crashed, ** ); But the PDF looks blurred.

`return {this.pdfView = pdf;}} path={"http://www.orimi.com/pdf-test.pdf"} onLoadComplete = {(pageCount)=>{ this.pdfView.setNativeProps({ zoom: 1.5 }); }} style={styles.pdf}/>` ![](https://i.stack.imgur.com/Fq4Ww.png)

it repository is not update to npm since 24/04. have issues like #60 and #66 that make one workaround to work in ios. have outher repositories on npm that fork...

is there a way to install react-native-pdf-view with pods?