Even though this document (https://facebook.github.io/react-native/docs/gesture-responder-system.html) states, that touch events are passed down to the children and are only con
Writing here to make it a little more prominent.
It could be the nested TouchableOpacity
is being imported from something different from the parent one as mentioned by
@EliezerSteinbock. This could be quite possible as many of us use auto-imports on visual code or other IDE.
Sadly I missed her comment the first time round, so hopefully this would help someone else