xcarpentier / rn-pdf-reader-js

📄 PDF reader in JavaScript only for Expo - Android & iOS capable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work in Offline mode

anujedulab opened this issue · comments

Issue Description

I am using expo-file-system to save pdf file in mobile device and using rn-pdf-reader-js i am opening the file saved locally in device which works fine using internet but when offline the same file does not open.

Steps to Reproduce / Code Snippets

Using Link file:///data/user/0/host.exp.exponent/files/ExperienceData/%2540anuj21%252Flms/PPTNotes/11_Ensemble_techniques-3928.pdf

Is it possible to view the pdf file saved locally in mobile device without Internet.

Additional Information

  • Nodejs version: 16.13.2
  • React version: 18.0.0
  • React Native version: 0.69.6
  • rn-pdf-reader-js version: ^4.1.1
  • Platform(s) (iOS, Android, or both?): Both
  • TypeScript version: Using Javascript