Stacked TouchableOpacity inside another TouchableOpacity is not clickable

前端 未结 3 694
深忆病人
深忆病人 2021-02-05 10:14

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

3条回答
  •  醉酒成梦
    2021-02-05 10:43

    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

提交回复
热议问题