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 have an issue with this package when build with Xcode 12. The error show **Property has a previous declaration** like below screenshot. ![image](https://user-images.githubusercontent.com/4915143/118962611-bf8bbc80-b98f-11eb-89a9-d1357c0db500.png) My package source like this...

I am trying to populate pdf from base64, I am getting an error when I pass the source as pdf string, and source type as base64 the error I am...

To fix it, we added to the project podfile: ` pod 'react-native-pdf-view', :path => '../node_modules/react-native-pdf-view' ` And we added two files Podfile and react-native-pdf-view.podspec to the node_modules/react-native-pdf-view. We attached the...

I am not a licensing expert, but it seems like this project is facing an OSS license compliance issue because of the Android PDFView dependency, which is published under the...

npm 下载下来的代码 #import #import "RCTBridge.h" #import "RNPDFViewManager.h" #import "RNPDFView.h" #import "RCTEventDispatcher.h“ 你这个git 上的代码 #import #import #import "RNPDFViewManager.h" #import "RNPDFView.h" #import

I use the example provided on the docs and when I try to see the pdf on Android, the app get close without showing any error

I've simply copied/pasted the example to test the component, and the app crashes without any error. This happens also when I replace `src` by `path` (because `src` is marked as...

I'm getting this error when I rerender any PDF file on Android. ![image](https://cloud.githubusercontent.com/assets/5039334/22170197/404af3b6-df62-11e6-819f-6f77897948f0.png) Any idea what might be causing it? Thanks

Could you please add windows UWP support also. We need to open a pdf file for our app both ios and android its working. we need this same functionality for...