cnjon / react-native-pdf-view

React Native PDF View
MIT License
404 stars 167 forks source link

Pdf View doen't work on IOS #56

Closed Phenek closed 7 years ago

Phenek commented 7 years ago

Hello,

First of all it's work fine on Android. But on IOS I got a blank View with a red vertical Bar on left. (Seems to be the pdfView) But the PDF doesn't show his face..

Thanks by advance for any help.

I'm using "dependencies": { "react": "15.4.2", "react-native": "0.42.3", "react-native-fetch-blob": "^0.10.2", "react-native-pdf-view": "^0.3.2", "react-native-router-flux": "^3.38.0" },

Update: When I try to install "react-native-pdf-view": "0.4.0" I got : npm ERR! notarget No compatible version found: react-native-pdf-view@0.4.0 npm ERR! notarget Valid install targets: npm ERR! notarget 0.3.2, 0.3.1, 0.3.0, 0.2.1, 0.2.0, 0.1.3, 0.1.2, 0.1.1

Phenek commented 7 years ago

To get 0.4.0 version _you have to make "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git", in your package.json _And add libRNPDFView.a in your linked librairy, if you didn't.

Thanks to all of you ;-)