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
Hi there, I'm currently trying to build a FlatList which renders zoomable images so I need the scroll behavior to stop as soon as I start pinching, I found blockExternalGesture method in the documentation, the example is used with a ScrollView and it works REALLY WELL, I wonder how can I achieve the same result while using a Flatlist.
So far I've tried passing the Flatlist ref and wrapping the Flatlist with a native gesture, I haven't gotten any positives result while doing this, so far this is what I have
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I'm currently trying to build a FlatList which renders zoomable images so I need the scroll behavior to stop as soon as I start pinching, I found blockExternalGesture method in the documentation, the example is used with a ScrollView and it works REALLY WELL, I wonder how can I achieve the same result while using a Flatlist.
So far I've tried passing the Flatlist ref and wrapping the Flatlist with a native gesture, I haven't gotten any positives result while doing this, so far this is what I have
Beta Was this translation helpful? Give feedback.
All reactions