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?