react-native-pdf-view
react-native-pdf-view copied to clipboard
React Native PDF View
Hello, I have an issue with this package when build with Xcode 12. The error show **Property has a previous declaration** like below screenshot.  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...
The specified child already has a parent. You must call removeView() on the child's parent first.
I'm getting this error when I rerender any PDF file on Android.  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...