BottomTabNavigator 頂部導航的顯示隱藏

const TabNavigator = createBottomTabNavigator({
  ...模塊,
  ...模塊,
},{
  navigationOptions:{
    header:null
  }