Open ghost opened 1 year ago
Hello. It would be great if we could add transitions to TabNavigator content in the same manner as we do for normal screens:
TabNavigator
TabNavigator(initialMainTab.tab) { tabNavigator -> Scaffold( content = { Box(Modifier.padding(it)) { // Instead of CurrentTab(), use FadeTabTransition(tabNavigator) } }, bottomBar = { // BottomNavigation(...) } ) }
Would that be possible to implement?
anything planned on this?
+1
+1, I have a client wanting slide transitions between tabs
Hello. It would be great if we could add transitions to
TabNavigator
content in the same manner as we do for normal screens:Would that be possible to implement?