0

I'am trying to slide bottom TabBar when the drawer is open ,And it's only slides the header

Drawer:

 const SilderNavigator = createDrawerNavigator({
  Home : HomeStackNavigator ,
},
{
  contentComponent : MenuContentComponent ,
  drawerType : "slide" ,
})

TabBar:

const BottomBarNavigation = createBottomTabNavigator({
  home: SilderNavigator,
  notification: NotificaStack
  ... })

StackNavigator to wrap navigator's together:

const BaseNavigator = createStackNavigator({
  BottomBarNavigation : BottomBarNavigation,
  Details : {screen : Details, ...}
  ... })
isme
  • 57
  • 1
  • 7

0 Answers0