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

Hello, I'm using : react-native-pdf-view : 0.3.2 react-native : 0.48.3 and by compiling in Xcode I get 26 issues like : duplicate interface definition for class 'RCTBridge' can anyone help?...

Pointing PDFView to bad data (example: an encrypted PDF file) causes PDFView to throw an exception that crashes the entire React-native application. EXPECTED: regular exception with an optional user error...

Hi, We did a fork for the proptypes issue but we also upgrade android-pdf-viewer version to 2.8.1 (last stable). We have it working on production for some months now. I...

Hi, i get an error on line 30 of PDFView.android.js: in the code: PDFView.propTypes = { ...View.propTypes, asset: PropTypes.string, src: PropTypes.string, pageNumber: PropTypes.number, path: PropTypes.string, zoom: PropTypes.number, onLoadComplete: PropTypes.func };...

Hello , Will it support React Native Expo?

the pdf has multi pages,but only show the first page on IOS,it can zoom "react-native": "0.44.3", my package.json is : "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git" how can i solve the problem?

i'm working with pdf file, and some file i cannot open it because onLoadComplete not fire. although, i have been download file in storage.

I would love to stretch my pdf to full width and align to the begin of the file. All my attempts produced a pdf which is centered. Even fitWidth does...