What react-native-pdf version are you using? - ^6.6.2
What platform does your issue occur on? (android/ios/both) - Android
Describe your issue as precisely as possible :
1) Steps to reproduce the issue or to explain in which case you get the issue
2) Interesting logs
Fatal Exception: java.lang.SecurityException: Package <> does not belong to 1110433
at android.os.Parcel.createExceptionOrNull(Parcel.java:3040)
at android.os.Parcel.createException(Parcel.java:3024)
at android.os.Parcel.readException(Parcel.java:3007)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:153)
at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780)
at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2053)
at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1868)
at android.content.ContentResolver.openInputStream(ContentResolver.java:1544)
at org.wonday.pdf.PdfView.drawPdf(PdfView.java:83)
at org.wonday.pdf.RCTPdfManager.onAfterUpdateTransaction(:3)
at org.wonday.pdf.RCTPdfManager.onAfterUpdateTransaction(:2)
at com.facebook.react.uimanager.ViewManager.updateProperties(:13)
at com.facebook.react.uimanager.ViewManager.createViewInstance(:12)
at com.facebook.react.uimanager.ViewManager.createView()
Join a screenshot or video of the problem on the simulator or device?
What
react-native
version are you using? - 0.68.2What
react-native-pdf
version are you using? - ^6.6.2What platform does your issue occur on? (android/ios/both) - Android
Describe your issue as precisely as possible : 1) Steps to reproduce the issue or to explain in which case you get the issue 2) Interesting
logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?