gpt4 book ai didi

javascript - 透明 NavigatorIOS 不起作用

转载 作者:行者123 更新时间:2023-11-29 00:26:55 25 4
gpt4 key购买 nike

我想显示一个 100% 透明的导航栏,但我有类似浅粉色的东西而不是背景颜色:

enter image description here

这是我的代码:

<NavigatorIOS
ref='nav'
tintColor="white"
style={{flex: 1}}
initialRoute={{
title: 'Splash',
navigationBarHidden: true,
component: SplashScene
}}/>

非常感谢您的帮助,

玛格特

最佳答案

NavigatorIOS 组件不受 React Native 团队的支持,它只是 react-native 中可用的 Apple iOS 导航栏,您只能访问 xcode 中可用的相同选项。在没有 react-native 的情况下构建 native iOS 应用程序时,您无法在 xcode 中处理栏的完全透明。所以你不能遗憾地用 react-native 来做。

您可以使用 react-native-bar用于更可定制的导航栏的库。你将能够通过 react-native-navbar 这样做:
<NavigationBar tintColor="transparent" />

您也可以see this link如果你需要更多帮助
最终结果将类似于 this image

关于javascript - 透明 NavigatorIOS 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42738614/

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