-
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
[Navigator][0.19.0][ios][bug]: Scene Component will render twice and more #5726
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
Hey soliury, 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.
|
osdio
changed the title
[Navigator][bugs]: Scene Component will render twice and more
[Navigator][0.19.0][ios]: Scene Component will render twice and more
Feb 3, 2016
osdio
changed the title
[Navigator][0.19.0][ios]: Scene Component will render twice and more
[Navigator][0.19.0][ios][bug]: Scene Component will render twice and more
Feb 3, 2016
I have found that: every scene in navigator, it will unmount when push to another scene. |
This must be a bug |
osdio
referenced
this issue
Feb 4, 2016
Summary: Updating range is too complicated. We can keep cached versions of the previously rendered scenes in a map. @public Test Plan: Verify that the active scene is the only thing that get re-rendered, and that rendering doesn't happen during transitions or gestures. Test navigation thouroughly in AdsManager
+1 |
20 tasks
dupe #3016 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have use rn before, and code a app in react-native. But the old rn don't rerender a component when pop back to the last scene.
But now I found that:
So the scene state is losing, I don't know whether this is a functional to navigator, but I think this is a bug. It just like the web, it can't cache the last scene state, so and it make the navigator so slow.
The text was updated successfully, but these errors were encountered: