This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Swipe gesture triggering onPress (revisited) #1045
Labels
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. |
I updated it |
never mind, using ScrollPager fixes the issue |
Hi! Currently experiencing the same issue.. How did you end up solving it? I see you mentioning scrollpager. You mean the React-native-Pager-view? |
I have the same issue. Is this issue with scrollview/flatlist or tab view? |
everything works with react-native-pager-view v4, tab bar is very slow... |
Have you fixed it? I have the same issue with v3.1.1 |
Using |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm still getting this issue that was reported in #550.
When I swipe between tabs, anything that responds to onPress is subject to getting "pressed" and I don't believe I have access to the controls to disable it.
I'm on 2.14.0 and curious if anyone is experiencing this issue or if I overlooked a setting on how to prevent touch events while swiping.
react-native-tab-view: 2.14.0
react-native-gesture-handler: ~1.6.0
react-native-reanimated: ~1.9.0
The text was updated successfully, but these errors were encountered: