Replies: 1 comment
-
I faced the same issue, and looking for how to solve it. |
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
-
I have a RNGH TouchableOpacity nested within another RNGH TouchableOpacity. When clicking on the inner TouchableOpacity the onPress event fires for both. How can I stop propagation from the child to parent? RNGH Touchables don't seem to pass an event with the stopPropagation function on it, so, is this not possible at the moment? Does anyone have some insight on how this can be achieved, or is the solutionto not nest RNGH Touchables?
Beta Was this translation helpful? Give feedback.
All reactions