react-native-PDFView
react-native-PDFView copied to clipboard
📚 PDF viewer for React Native
Latest version of react-native-view-pdf is installed and I'm getting this error on Xcode 13.3 (newly installed) and this was not happening on Xcode 12.5. "react-native": "0.63.3", "react-native-view-pdf": "0.12.2", Also used...
Was wondering if you had plans to add support for the new Fabric renderer
**Describe the bug** I just upgraded to React Native 0.68.2, and got the following warning: `ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` The stacktrace...
I think missing in config file for android. please add following to your android/app/build.gradle** android { packagingOptions { pickFirst 'lib/x86/libc++_shared.so' pickFirst 'lib/x86_64/libjsc.so' pickFirst 'lib/arm64-v8a/libjsc.so' pickFirst 'lib/arm64-v8a/libc++_shared.so' pickFirst 'lib/x86_64/libc++_shared.so' pickFirst 'lib/armeabi-v7a/libc++_shared.so'...
Hi! 👋 In RN 0.69 ViewPropTypes are deprecated. https://github.com/facebook/react-native/commit/badd30885fb999124b6b54b3fb016edbd988c16b Here is the diff that solved my problem: ```diff diff --git a/node_modules/react-native-view-pdf/lib/RNPDFView.js b/node_modules/react-native-view-pdf/lib/RNPDFView.js index 99b0241..a6193ee 100644 --- a/node_modules/react-native-view-pdf/lib/RNPDFView.js +++ b/node_modules/react-native-view-pdf/lib/RNPDFView.js @@...
### Description of changes ### I did Exploratory testing: - [x] android - [ ] ios ### Can it be published to NPM? - [ ] Breaking change - [...
**Describe the bug** A clear and concise description of what the bug is. On Android devices, the app crashes with following error: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual...
Giebler@GarysiMac demo % npm i react-native-view-pdf npm WARN tarball tarball data for react-native-view-pdf@file:../react-native-view-pdf.tgz (null) seems to be corrupted. Trying again. npm WARN tarball tarball data for react-native-view-pdf@file:../react-native-view-pdf.tgz (null) seems to...
so in mips, but not in mips-64: [jetified-pdfium-android-1.7.1:libmodpng.so] [jetified-pdfium-android-1.7.1:libmodft2.so] [jetified-pdfium-android-1.7.1:libmodpdfium.so] [jetified-pdfium-android-1.7.1:libjniPdfium.so]