jjzjj

hideNavBar

全部标签

javascript - 如何隐藏 React Native NavigationBar

我在Navigator下有NavigatorIOS,想隐藏Navigator的NavigationBar以使用NavigatorIOS的栏。有什么办法吗?这是screenshot我见过的。我需要NavigatorIOS的后端..我要构建的结构如下:├──NavigatorRoute1│  ├──NavigatorIOSRoute1│  ├──NavigatorIOSRoute2│  └──NavigatorIOSRoute3└──NavigatorRoute2我的代码如下。(基本从UIExplore实例中获取。导航器render:function(){return(}/>);}Navi