-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempted to transition from state RESPONDER_INACTIVE_PRESS_IN
to RESPONDER_ACTIVE_LONG_PRESS_IN
, which is not supported.
#5823
Comments
Hey Dyscrete, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
I get the same error when testing on an iPhone6 (9.1) |
How's this issue different from #1693 ? In general, the issue seems to be the same. Can we close it and continue further investigation up there as it has more details? |
+1 |
Same error for me. console.error: "Attempted to transition from state Object.console.error |
+1 |
5 similar comments
+1 |
+1 |
+1 |
👍 |
👍 |
+1 |
8 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
I am also having this error, but only on Android. IOS is working as expected. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
This comment has been minimized.
This comment has been minimized.
+1 for 0.48.3 |
+1 on 0.51.0 |
+1 is nice, love it. Happens of 0.50 |
+1 |
1 similar comment
+1 |
+1 with react-native 0.51.0 |
I 'fixed' this by manually setting the device time in Android. Make sure the new time will equal that of your computer (aim for the next minute change), confirm the time change on the very same second your computer time will change to the next minute. |
This comment has been minimized.
This comment has been minimized.
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Solution to me was to
|
This comment has been minimized.
This comment has been minimized.
In Libraries\Components\Touchable\TouchableHighlight.js replace touchableGetLongPressDelayMS: function() { with touchableGetLongPressDelayMS: function() { It resolved the problem for me. |
This comment has been minimized.
This comment has been minimized.
1 similar comment
+1 |
I had the same issue on Android when Disconnecting USB resolved the issue. No idea if there is a causal relationship, though. Edit: After getting additional issues with async timeouts I checked the current time on PC and Android device via
There was a 5 seconds discrepancy. One might be tempted to guess that there is an inconsistency in how RN handles the current time when debugging remotely.
I pinned down the culprit in my case: the system time of my Android device was off by 5 seconds. Rebooting the Android device fixed the discrepancy. |
I just verified the time from the Android device and my Mac with : |
This comment has been minimized.
This comment has been minimized.
1 similar comment
+1 |
automatic time setting on android device and automatic time setting on computer solved the problem |
on Ubuntu I synchronized system time with the current ADB time by doing : sudo date +%T -s `adb shell date +%T` |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Locking due to repetitive +1 comments. A solution was posted a long time ago by @Larry-Liu2016 here. In summary, check the clock on your devices. |
Similar to #1693. It seems to be an issue with the
Touchable
component with Chrome Debugging on React Native 0.19.0.The code that produces this error is from a freshly started application using a TouchHighlight component:
P.S. Is there a better way to copy a stacktrace? I'm just copying from the Chrome dev tools console
The text was updated successfully, but these errors were encountered: