You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to hide nav bar of nested tab bars in my app. When I put hideNavbar prop in my scene defination of a nested tab bar view, it should hide the nav bar of that view only.
The red one is title bar of parent tab bar. The yellow one is nested tab bar. And the green one is nav bar of the nested tab bar. I want to hide the green nav bar.
I have put hideNavbar for green nav bar as following.
It looks react-navigation issue. Please check pure react-navigation demos - once you set header to null within navigationOptions it will hide all navbars. Related: react-navigation/react-navigation#88
Version
Expected behaviour
I want to hide nav bar of nested tab bars in my app. When I put hideNavbar prop in my scene defination of a nested tab bar view, it should hide the nav bar of that view only.
Actual behaviour
Instead its hiding all nav bars in app.
Steps to reproduce
See the screenshot. http://prntscr.com/g5spnf
The red one is title bar of parent tab bar. The yellow one is nested tab bar. And the green one is nav bar of the nested tab bar. I want to hide the green nav bar.
I have put hideNavbar for green nav bar as following.
This is the current output:
http://prntscr.com/g5svuu
The text was updated successfully, but these errors were encountered: