我在我的本机应用程序中使用可触摸的不透明性,最初在1分钟后处于禁用模式,这将被启用,但是如果我在禁用模式下触发此可触摸的不透明性而引发错误
_this3.props.onHandlerStateChange不是函数。 (在“ _this3.props.onHandlerStateChange(e)”中,“ _ this3.props.onHandlerStateChange”为真)
<TouchableOpacity disabled={this.state.isResendDisabled} onPress={this.onResendOtp}>
<Text>Resend Otp</Text>
</TouchableOpacity>
答案 0 :(得分:1)
我有同样的问题。确保您是从react-native而不是react-native-gesture-handler导入ToucahbleOpacity