Allow to disable animation for TabNavigator
complete
Carmen Chapa
Option to switch between tabs with no animation between screens, but keeping the indicator animation tough.
In my case I need it for createMaterialTopTabNavigator 5.x
I'm opening a new request in case this is something easier to implement than https://react-navigation.canny.io/feature-requests/p/tabnavigator-custom-transition
satya164
complete
animationEnabled was implemented in 6.3.0
B
Bardiamist
animationEnabled prop was added in react-native-tab-view@3.2.1
m
megantaylor
really need this option for web
Nicky Boccuzzi
Any update on this?
B
Bardiamist
@react-navigation/material-top-tabs
using react-native-tab-view
It was possible in v1 by
animationEnabled
prop.It was possible in v2 by
timingConfig={{
duration: 0.00000001,
}};
It complitely broken in v3.
@efstathiosntonas provided simple path here:
Raphael Rouvinov-Kats
Would also be nice to have the "opposite" for the bottom tab navigator - being able to enable animations or swiping between tabs