<TouchableWithoutFeedback>
<View>
//...
<TouchableWithoutFeedback>
<View pointerEvents="box-none">
//pointerEvents="box-none"可以防止上级TouchableWithoutFeedback捕获事件
</View>
</TouchableWithoutFeedback>
</View>
</TouchableWithoutFeedback>;
网友评论