rn-pdf-reader-js icon indicating copy to clipboard operation
rn-pdf-reader-js copied to clipboard

PDF Reader is not working for local files on Android build

Open juaal12 opened this issue 1 year ago • 1 comments

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.

image

Expected Results

Pdf should be shown and it is not being shown.

Additional Information

ADB logs: image

  • React Native version: 0.69.5
  • rn-pdf-reader-js version: 4.1.1
  • Platform(s) (iOS, Android, or both?): Android

juaal12 avatar Nov 17 '22 11:11 juaal12