Cancel touch when pan action starts #1336
guilhermedeborba
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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