-
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
Navigator does not pop view until animation has stopped #864
Comments
Is that a normal ScrollView? I couldn't replicate this in the navbar example. Could you post a simplified code snippet that shows this bug? |
That'S a ListView inside the JS Navigator. Interestingly I also cannot reproduce it in the UIExplorer examples. I'll dig a little deeper and report back when I found something! |
I was actually able to confirm the same behavior in the UIExplorer, after adding a timeout, which would call |
It's probably already been fixed on 75e4e12 Before that commit, timers were added to the runloop in The old code is here: https://github.com/facebook/react-native/blob/8a57c4e9807cee5a4196cc50b40bc9e040c02398/React/Modules/RCTTiming.m Could you confirm if it fixed your problem? |
@tadeuzagallo yeah it's fixed now in |
Crystalmurray 200@gmail.com
|
The Navigator component in question is the JS-reimplementation. Here is an example using a ListView. Notice that the back button does not work, until the ListView has stopped scrolling:
3.8MB gif coming up:
The text was updated successfully, but these errors were encountered: