react-native-action-button
react-native-action-button copied to clipboard
Getting the following error - Attempted to transition from state `RESPONDER_INACTIVE_PRESS_IN` to `RESPONDER_ACTIVE_LONG_PRESS_IN`, which is not supported. This is most likely due to `Touchable.longPressDelayTimeout` not being cancelled.
I'm getting the following error
Attempted to transition from state RESPONDER_INACTIVE_PRESS_INtoRESPONDER_ACTIVE_LONG_PRESS_IN, which is not supported. This is most likely due to Touchable.longPressDelayTimeout not being cancelled.
I'm on the latest version
How do you reproduce this?
I am also getting same above error message on tapping the Fab.
I also got the same
Same. I guess it's because I use onPress and onLongPress
It seems that this is a React Native problem rather than a react-native-action-button problem, and apparently it's related to debugging with chrome, otherwise it doesn't occur, according to this RN issue: https://github.com/facebook/react-native/issues/1693
Yes, after disable debugging it is working fine. It is a react native issue.