ascoders / react-native-image-viewer

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

Image loading takes time. #385

Open saketverma008 opened 4 years ago

saketverma008 commented 4 years ago

Once image is clicked and modal opens, the image takes time to load from the URL. Please give some solution as I have used this library for production.

helsonxiao commented 3 years ago

You could use renderImage with your own cache lib and <Image />. Some image lib can also do this trick for you.