gpt4 book ai didi

react-native - react native 状态栏: dark-content not working on android

转载 作者:行者123 更新时间:2023-12-02 23:51:00 25 4
gpt4 key购买 nike

我正在尝试将标题的颜色和状态栏的图标更改为黑色。所以,根据react-native状态栏文档,我设置了 barStyledark-content但没有任何改变。

<StatusBar barStyle="dark-content" backgroundColor={'white'} />

最佳答案

如果您使用Expo,您应该使用他们自己的状态栏。您可以通过运行来安装它:

expo install expo-status-bar

并像这样修改它:

import { StatusBar } from 'expo-status-bar';
...
<StatusBar style="dark" />
...

否则,您可能需要尝试通过运行以下命令来升级您的 React Native 版本:

npx react-native upgrade

关于react-native - react native 状态栏: dark-content not working on android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59805614/

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