wonday / react-native-pdf

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

Blurry pages on android from the 5th page #765

Open alex-dev05 opened 10 months ago

alex-dev05 commented 10 months ago

What react-native version are you using? 0.72.4

What react-native-pdf version are you using? 6.7.1

What platform does your issue occur on? (android/ios/both) android (maybe both)

Describe your issue as precisely as possible : I have an issue in which the first 4 pages are rendered okay, but from the 5th page, the text is blurred. The document has 10 pages. I obtained the same behavior with documents with 5-6 pages.

Has anyone had the same behavior? And maybe there is a solution to not have this behavior anymore?

Thanks, Alex

alex-dev05 commented 10 months ago

The problem is only when I am trying to render multiple PDF renders inside of a flatlist/ flashlist. if I am using a single pdf render I can visualize a pdf with 30 pages with no blurry.