-
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
Is offload animation ready for navigator? #9421
Comments
I think there was a talk about this at the last react-conf and I think there were also some mentions in this video from the react-europe. What would you like to see included in the docs? |
@facebook-github-bot label Documentation |
@DanielMSchmidt The first video you gave is too early to be related to what I'm talking about. |
Yes, seems so, sorry about that |
We also need to move to |
@satya164 Does the old navigator has some plan of it ? Since a lot of project use navigator already rather than NavigationExperimental. It's a lot of work to migrate to the new one. |
@narychen I think the old navigator doesn't use |
@satya164 Does the new NavigationExperimental enable offloading animation ? |
It doesn't now. But since it uses |
@satya164 Will the NavigationExperimental be the official support of navigation? Should I migrate all my navigator code to NavigationExperimental? |
@narychen Yes, it'll be the officially supported way going forward. If you're migrating to |
I'd love to see this move forward. What can I do to help out here? Has work begun to use Animated.Event rather than setValue? |
To make sure I understand what is between the current implementation and offloading the animations: 1.) The animations need to be configured to Am I missing any other pieces here? |
For those who want to follow along: #10289 implements this change |
I've tried the current implementation of offloading. Found that a lot of property such as view's height cannot be animated in native. Will this be fixed in the future or just never be done? |
@nickhudkins I've seen u closed your Pull Request. Native Events haven't been working well enough yet? |
I ended up merging in master and butchering another merge and couldn't get
|
Great work! Thank you very much for your effort - I'm looking forward to see this landing it will be a real gamechanger. |
The original question is answered so I am going to close this issue. Thanks folks for helping out! |
It's been a long while since the production pain has been launched.
I saw there were both ios and android PR has been merged.
But the official doc says nothing about it. The performance bottleneck of navigator is still there.
The text was updated successfully, but these errors were encountered: