How to hide React Native NavigationBar

后端 未结 11 1706
情书的邮戳
情书的邮戳 2020-12-30 02:25

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

11条回答
  •  生来不讨喜
    2020-12-30 02:43

    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.

提交回复
热议问题