Replies: 2 comments
-
same cofuse.I dont know how to deal with same area which all need recognize gesture.It seem like one area will cover other area.When one area be covered it gesture handler will not run. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! Could you please check if it works with new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have one project in react native. i create one TopTabbar component like this :
in my tab2 i have flashlist for display my items.
this is my tab2 codes :
and this is my renderItem :
this code is my swipeable component for swipe items (i use Swipeable from react-native-gesture-handler/Swipeable) :
now i have one big problem : I want my item to be swiped when the user swipes from the right side within the range of 40, and when user swipes outside this range (width - 40), my screen top tab bar will be swiped and my item swipe will not work. i use hitSlop for Swipeable component but not working!!!
Beta Was this translation helpful? Give feedback.
All reactions