ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 576 forks source link

Very large images will appear blurry on Android #446

Open wulaizi opened 3 years ago

wulaizi commented 3 years ago

Android is very blurry when displaying large images. Is there any better solution? I used (react-native-fast-image), but the effect is still not very good。 The picture is best based on the screen size. When the picture is very large, by default, (react-native-image-zoom-viewer) will make it very narrow

PeterCharalambous commented 3 years ago

This is also the case on IOS. Images that exceed the screen height become narrower

wulaizi commented 3 years ago

This is also the case on IOS. Images that exceed the screen height become narrower

I found a very useful dependency (react-native-kpframework-gallery), which supports very large images and has very good performance. However, his ios has a very serious bug on the real machine. The YBImageBrowser it references has 3.x Version, he is using the 2.x version, this version has bugs

Looking forward to a great god, to perfect