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 this