Register an event on capture phase #2477
Unanswered
EmilianoMorghen
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.
-
I was wondering if with React Native Gesture Handler is possibile to register a callback to an event in the capture phase instead of the default bubbling.
I am using a component of a package (react-native-pdf) and that component has implemented a feature that handles the double tap. I need to make my own double tap handler.
It would be important to detect the event from the "capture phase" so that I can prevent the default behavior of the double tap handler.
Beta Was this translation helpful? Give feedback.
All reactions