I'm designing a react-native expo app that has a home feed similar to Instagram & Facebook and added this feature to allow the user to zoom in/out in every single image post(note that post images are inside a FlatList component).
The package worked perfectly on IOS, but NOT on Android. Whenever I try to scroll by pressing on an image, it's not scrolling..
I'm designing a react-native expo app that has a home feed similar to Instagram & Facebook and added this feature to allow the user to zoom in/out in every single image post(note that post images are inside a FlatList component).
The package worked perfectly on IOS, but NOT on Android. Whenever I try to scroll by pressing on an image, it's not scrolling..
Any suggestions, please?