React Native 小记 – TouchableOpacity 单次点击无效

React Native 小记 - TouchableOpacity 单次点击无效 一般是焦点问题,解决方法:即在 ScrollView 标签内,根据情况设置其 keyboardShouldPersistTaps 属性值为 always 或者 handled 。详细解决过程如下: 如果移动端访问不佳,请使用 ==> Github