Cancel touch when pan action starts #1343
Unanswered
guilhermedeborba
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I have a TouchableWithoutFeedback inside a PanGestureHandler.
When I start a pan action starting on the touchable element it starts the onPress action, I wonder if it's possible to cancel it and use keep the pan action. Otherwise the user would only be able to pan the screen hitting outside of the touchable elements(gray area).
Beta Was this translation helpful? Give feedback.
All reactions