-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Touchable] "Cannot find single active touch" invariant violation when tapping with multiple fingers #79
[Touchable] "Cannot find single active touch" invariant violation when tapping with multiple fingers #79
Comments
This is also reproducible with the following steps:
|
+1 - Occurs when you use two finger drag on a list or scroll view |
+1. Also happens when you zoom on a ScrollView, but then lift one finger off. This issue has been around for a while. Is there anybody interested in taking this up? I don't have the time right now, unfortunately. Edit: Okay, actually, looking at the source code, it looks like we should just delete a few lines. The invariant seems only to be causing trouble (and is only in dev mode, anyways), so I think removing it is fine. I'll make a pull request later tonight. |
+1 |
Looking at the source code, this check only occurs when you're in dev mode. Seeing that it was working in production, I just ignored the problem. LMK if you still want me to make it? |
+1 for this occurring in dev mode |
+1 |
I remember seeing a task about this internally that got fixed, and I can't seem to repro now. Please re-open if you can repro in v0.6.0-rc |
[docs] added missing semicolon in Dispatcher code sample
Repro: Open the "View" example screen in the UIExplorer and tap repeatedly with multiple fingers. The red box pops up with an invariant violation eventually. The more fingers you tap with (try four), the easier it is to repro.
The text was updated successfully, but these errors were encountered: