wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.59k stars 546 forks source link

Please add lazy load function with large pdf file #799

Open minh-dai opened 9 months ago

minh-dai commented 9 months ago

What react-native version are you using? "react-native": "0.72.7", What react-native-pdf version are you using? "react-native-pdf": "^6.7.3", What platform does your issue occur on? (android/ios/both) both

Describe your issue as precisely as possible :

My pdf file has more than 500 pages, the app takes a lot of time to display. i used caching but the first time is too long

EdgarJMesquita commented 8 months ago

same issue here, mine is over 70MB. I hope someone add lazy load for large pdf files.