rn-platform-touchable react native 防重复点击触摸组件, 默认使用TouchableOpacity组件效果, 如果是安卓用的是TouchableNativeFeedback, 如果是苹果用的是TouchableOpacity Installation npm install rn-platform-touchable --save 使用 import Touchable from 'rn-platform-touchable';