You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@eduplus I'm guessing you're debugging your app over Chrome Debugger, as this is a bug that appears often with it
Nothing you can do about it. Either reload your app each time this happens, or do debug JS remotely
I agree it's bit vexing
I have a flatlist with an item like this:
It usually works, but sometimes I get this error:
Attempted to transition from state
RESPONDER_INACTIVE_PRESS_IN
toRESPONDER_ACTIVE_LONG_PRESS_IN
, which is not supported. This is most likely due toTouchable.longPressDelayTimeout
not being cancelled.The text was updated successfully, but these errors were encountered: