wonday / react-native-pdf

A <Pdf /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add lazy load function with large pdf file

minh-dai opened this issue · comments

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

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