-
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
Can we use it with react native navigation #6
Comments
@ashokkumar88 what animation do you need with the navigation? |
I was also hoping for this to work. I tried FluidTransitions, but it doesn't allow for transitioning nested components, so adding any complexity renders it a bit useless. It would be great to have shared transitions between elements on different screens for react-navigation to work with react-native-motion. |
@nandorojo so this library does not work to animate shared components between react-navigation screens? |
There is now a different library called I wrote a quick tutorial for getting it up and running here. If you'd rather see the code, I also made an expo snack example. If you aren't using an Expo managed project (must be SDK 35+), be sure to follow the instructions to link it to your app here. It works very well with nested components too. Finally, if you aren't already, I suggest using |
@nandorojo Thanks |
@nandorojo Note that you cannot use |
@nandorojo flagging that support for For |
Thanks for this awesome library. Can we use this library with react-native-navigation?
The text was updated successfully, but these errors were encountered: