PanGestureHandler waitFor
within a ScrollView.
#1402
Unanswered
GiridharKarnik
asked this question in
Q&A
Replies: 2 comments
-
I have the same issue. Did you ever manage to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue here. Trying to understand how to prevent swipe X gesture while scrolling and visa-versa. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have multiple items in a scrollView and each item/row is encapsulated by a PanGestureHandler. When I try to scroll, the pan gesture handler picks up the touches. I have referenced the parent scrollView's ref in each of the childrens' PanGestureHandler's
waitFor
, but this does not seem to help.I am pretty sure others have faced this issue before, how did you guys manage to solve this.
Beta Was this translation helpful? Give feedback.
All reactions