likashefqet/react-native-image-zoom

Q: Let say this is a flat list render item, how do I enable swipe to left/right

silencer07 opened this issue · 0 comments

Let say if i swipe with this kind of speed, I want to interpret it as user wanting to see the next image.

Flatlist is implemented horizontally with momentum disabled and can only view one image at a time.

TIA!!