I am using React Native with bottom tabs doing switches between native-stack tab screens. For the most part it is okay, but the tab switch is a bit jarring and sometimes gets a bit laggy for more complex screens.
How do I introduce some form of transition when I click on the different tabs so it does not appear as jarring?
I know about How do I animate React Navigation transitions using createBottomTabNavigator? but that is done through fade animation. What I am looking for is specifically a slide transition with each screen being native stack navigators.