How to hide the bottom tab navigator in subscreens ( TabBarVisible = true is not working)

211 Views Asked by At

I am using createBottomNavigator to set the tabBarBottom in my app. I have many screens and subscreens.

For example, I have 5 main screens and for each screen I have subscreens. I need to hide the bottom bar in some of the subscreens. It not working, If I set tabBarVisible: false. Can anyone give an answer for thisenter image description here

0

There are 0 best solutions below