_this3.props.onHandlerStateChange 不是函数。 (在“_this3.props.onHandlerStateChange(e)”中,“_this3.props.onHandlerStateChange”为真)
_this3.props.onHandlerStateChange is not a function. (In '_this3.props.onHandlerStateChange(e)', '_this3.props.onHandlerStateChange' is true)
我在我的 react-native 应用程序中使用了可触摸不透明度,最初它处于禁用模式,1 分钟后这将被启用,但是如果我在它处于禁用模式时触发此可触摸不透明度并引发错误
_this3.props.onHandlerStateChange is not a function. (In '_this3.props.onHandlerStateChange(e)', '_this3.props.onHandlerStateChange' is true)
<TouchableOpacity disabled={this.state.isResendDisabled} onPress={this.onResendOtp}>
<Text>Resend Otp</Text>
</TouchableOpacity>
我遇到了同样的问题。确保您从 react-native 导入 ToucahbleOpacity 而不是 react-native-gesture-handler
我在我的 react-native 应用程序中使用了可触摸不透明度,最初它处于禁用模式,1 分钟后这将被启用,但是如果我在它处于禁用模式时触发此可触摸不透明度并引发错误
_this3.props.onHandlerStateChange is not a function. (In '_this3.props.onHandlerStateChange(e)', '_this3.props.onHandlerStateChange' is true)
<TouchableOpacity disabled={this.state.isResendDisabled} onPress={this.onResendOtp}>
<Text>Resend Otp</Text>
</TouchableOpacity>
我遇到了同样的问题。确保您从 react-native 导入 ToucahbleOpacity 而不是 react-native-gesture-handler