gpt4 book ai didi

react-native - 如何在 native react 中隐藏 NavigatorIOS

转载 作者:行者123 更新时间:2023-12-02 01:32:57 25 4
gpt4 key购买 nike

我在 React Native 中使用 NavigatorIOS 时遇到了麻烦,

<NavigatorIOS
style={styles.navigator}
initialRoute={{
title:’xxx’,
component:xxx
}}/>

这里的组件 xxx 是我的起始文件,我不需要导航器,在此之后我在那里使用登录屏幕,完成这些屏幕后我也不需要导航器,我的屏幕中需要一个导航器。我如何隐藏这些屏幕的导航器非常感谢任何帮助

最佳答案

<NavigatorIOS
style={styles.navigator}
initialRoute={{
title:'xxx',
component:xxx
}}
navigationBarHidden={true} />

关于react-native - 如何在 native react 中隐藏 NavigatorIOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33013332/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com