美文网首页
React Native TouchableWithoutFee

React Native TouchableWithoutFee

作者: Jr_38e7 | 来源:发表于2019-12-04 20:50 被阅读0次
<TouchableWithoutFeedback>
  <View>
    //...
    <TouchableWithoutFeedback>
      <View pointerEvents="box-none">
        //pointerEvents="box-none"可以防止上级TouchableWithoutFeedback捕获事件
      </View>
    </TouchableWithoutFeedback>
  </View>
</TouchableWithoutFeedback>;

相关文章

网友评论

      本文标题:React Native TouchableWithoutFee

      本文链接:https://www.haomeiwen.com/subject/uefrgctx.html