I am using React-Native-Navigation which do not have this method:
props.navigation.navigate('screen2')}
Also, React-Native-Navigation does not allow us to create a stackNavigator. It directly registers the screens. So, how can I use FluidTransition library?
Any help would be appreciated
Although, the React-Native-Navigation has SharedElementTransition integrated but it is not as smooth as FluidTransition.
The FluidTransition library is only supported for the React Navigation library. However, the React-Native-Navigation have implemented their own version of shared element transition which can be found in their docs.