You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2021. It is now read-only.
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?