似乎当我在index.ios.js中启动我的应用程序时,我实际上只有两个选择:在路由到其他View时从一开始就隐藏navigationios组件,或者让它显示在我的所有View中。有没有办法让它在我需要的时候变得透明?这是我在index.ios.js上的代码:'usestrict';varReact=require('react-native');varLogin=require('./App/Components/loginPage');var{AppRegistry,StyleSheet,View,NavigatorIOS,StatusBarIOS}=React;classnoms