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

Keep showing loading before image really loaded #459

Open avennn opened 3 years ago

avennn commented 3 years ago

At the first time I launch my app, this component has seconds rendering empty view after loading hide and before image really loaded, especially when the image is large. This merge request simply adds loading after status changes to success and hides loading immediately after onLoad event emits.