jobtoday / react-native-image-viewing

Tiny, purely TS, modal component for viewing images 🏙
https://exp.host/@antonkalinin/react-native-image-viewing
MIT License
893 stars 292 forks source link

Update currentImageIndex on images array changes #203

Open dFelinger opened 1 year ago

dFelinger commented 1 year ago

If visible is on and I remove item from images prop (i.g. delete button in footer component to remove item), currentImageIndex not changes. It causes wrong imageIndex in footer component after images length changes.