Is there any way to add transition between screens within TabNavigation? Adding NavigationStyles in defaultRouteConfig in NavigationProvider adds animation transition when navigating to another screen. But that's not the case when navigation is wrapped with TabNavigation as shown below:
Is there any way to add transition between screens within TabNavigation? Adding
NavigationStyles
indefaultRouteConfig
inNavigationProvider
adds animation transition when navigating to another screen. But that's not the case when navigation is wrapped withTabNavigation
as shown below: