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
I have a whole component wraped with GestureRecognizer and inside this component amoung all children i have FlatList component horizontal ;
so when i scroll on my FlatList my GestureRecognizer detect the swipe and trigger my swipe callback. I want to scroll freely my FlatList without trigerring the swipe detection callback.
Is there a way to prevent the trigger if i have component that have scroll behavior inside the wrapped component?
The text was updated successfully, but these errors were encountered:
I have a whole component wraped with GestureRecognizer and inside this component amoung all children i have FlatList component horizontal ;
so when i scroll on my FlatList my GestureRecognizer detect the swipe and trigger my swipe callback. I want to scroll freely my FlatList without trigerring the swipe detection callback.
Is there a way to prevent the trigger if i have component that have scroll behavior inside the wrapped component?
The text was updated successfully, but these errors were encountered: