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 this library?
Any help would be appreciated
Although, the React-Native-Navigation has SharedElementTransition integrated but it is not as smooth as FluidTransition.