You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an expo managed project where I am using this package for opening and reading PDFs. When it comes to remote PDFs (requests made to server and pdfs retrieved as base64 is working fine) but when I try to load locally stored pdfs within my application assets, is not working. On iOS it works like a charm (both cases are working fine). In addition, this package is working on expo local build using expo start
Steps to Reproduce / Code Snippets
Run an expo managed build using eas build --profile [YOURENVIRONMENT] --platform android --json --non-interactive
Wait until the end of the build and install your package on your device. If you open a remote pdf (server stored pdf) it will work but when trying to open a local pdf asset, it is not working.
Expected Results
Pdf should be shown and it is not being shown.
Additional Information
ADB logs:
React Native version: 0.69.5
rn-pdf-reader-js version: 4.1.1
Platform(s) (iOS, Android, or both?): Android
The text was updated successfully, but these errors were encountered:
I am also facing this issue. iOS is working fine, but on android I don't even get that error message. I don't really have a clue, but the url shouldn't start with http:// if its a local file right?
Issue Description
I have an expo managed project where I am using this package for opening and reading PDFs. When it comes to remote PDFs (requests made to server and pdfs retrieved as base64 is working fine) but when I try to load locally stored pdfs within my application assets, is not working. On iOS it works like a charm (both cases are working fine). In addition, this package is working on expo local build using
expo start
Steps to Reproduce / Code Snippets
Run an expo managed build using
eas build --profile [YOURENVIRONMENT] --platform android --json --non-interactive
Wait until the end of the build and install your package on your device. If you open a remote pdf (server stored pdf) it will work but when trying to open a local pdf asset, it is not working.
Expected Results
Pdf should be shown and it is not being shown.
Additional Information
ADB logs:
The text was updated successfully, but these errors were encountered: