I have NavigatorIOS under Navigator and would like to hide Navigator\'s NavigationBar to use NavigatorIOS\'s bar. Is there any way to do this?
This is screenshot tha
For the React Navigation 5.x
Hide the navigation bar in all screen
Hide the navigation bar only one screen or specific screen see the following code.
See react-navigation-5.0 for more information.