react-native-action-button icon indicating copy to clipboard operation
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.

Open isAlmogK opened this issue 8 years ago • 6 comments

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

isAlmogK avatar Sep 28 '17 02:09 isAlmogK

How do you reproduce this?

mastermoo avatar Nov 14 '17 13:11 mastermoo

I am also getting same above error message on tapping the Fab.

ashokkumar88 avatar Nov 17 '17 08:11 ashokkumar88

I also got the same

xingsuo avatar Feb 01 '18 19:02 xingsuo

Same. I guess it's because I use onPress and onLongPress

Louis-7 avatar Apr 05 '18 02:04 Louis-7

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

BeauCarrel avatar May 18 '18 09:05 BeauCarrel

Yes, after disable debugging it is working fine. It is a react native issue.

ashokkumar88 avatar May 18 '18 09:05 ashokkumar88