'How can you add slide transition when switching between tabs on React Bottom Tab Navigator?
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
