-
Notifications
You must be signed in to change notification settings - Fork 132
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
Use React Navigation During Transition #3
Comments
I will probably write about it in a couple of days in this publication - https://medium.com/how-i-built-profitable-application-faster-than Follow that ;) |
@xotahal now following. Very much looking forward to the article 👍 |
What about wix react native navigation, will this work with that as well? |
Any update? |
Any update? Can you create a sample project? |
Doesn't look like we're going to get this write-up. |
Following up here again. Does this library work with react navigation, or should we just stick to FluidTransitions? |
Haven't seen a react navigation for a while but in theory, if you are able to turn off the "default animation" of React Navigation (which is usually a slide from the right/bottom) there is no problem with using it with the react navigation. |
Got it, thanks! In that case – is there a way to get the shared transitions in nested components? For instance, if these are two screens in a navigator: Screen 1 -> nested component -> shared component Is there a way to get them to transition to each other? I couldn't get it to work when I tried it out. Perhaps it needs a higher order component the way redux's Thanks again!! |
As long as the Shared Element is rendered on the screen there is no problem to clone it and move it to the destination. |
anyone have used this library with wix react native navigation? |
Is it possible if you could do this with react navigation?
The text was updated successfully, but these errors were encountered: