Shared element transition animation feature required in react-native-router-flux, its is possible with react-navigation.
Here is reference:
react-navigation-shared-element-transition

It is very good feature and nice to have but it requires a lot of time. If RN supports it you can use it with RNRF as well in the same way. Feel free to submit PR if you feel it could be done in more easier way...
Great https://github.com/fram-x/FluidTransitions could be used together with latest RNRF beta.40
Hey @aksonov, I've been trying to integrate RNRF with FluidTransitions with no success. Could you provide a example?
Just found this today: https://github.com/react-navigation/react-navigation-transitioner
It might help with something simpler to implement if someone decide to take a stab on it.
@caiorios were you able to implement Fluid transitions with RNRF? I found https://github.com/IjzerenHein/react-native-magic-move that works with RNRF but React Navigation's Fluid Transitions has a lot more functionality that I'd like to have access to
Hey @aksonov, I've been trying to integrate RNRF with FluidTransitions with no success. Could you provide a example?
Have you success to use FluidTransitions with RNRF?
Have you success to use FluidTransitions with RNRF?
It's been a while since I wrote my comment. Nowadays I use react-navigation for this kind of thing. I believe that v5 covered all the gaps that make people use RNRF.
For animate the transitions, I believe the best choice is react-navigation-shared-element. Unfortunatly it doesn't support version 5 of react-navigation yet.
@caiorios thank you so much.
Most helpful comment
Hey @aksonov, I've been trying to integrate RNRF with FluidTransitions with no success. Could you provide a example?