gpt4 book ai didi

javascript - React-native导航栏颜色更改错误

转载 作者:行者123 更新时间:2023-12-02 20:12:52 26 4
gpt4 key购买 nike

我想更改导航栏背景颜色,但返回给我:TypeError:对象不是函数(评估“renderHeader”);

如何修复此错误?

 static navigationOptions = ({navigation}) => ({
title: 'Login',
header: {
title: "Title",
style: {
backgroundColor: 'red'
},
tintColor: 'red'
}
});

最佳答案

试试这个...

static navigationOptions = () => ({
title: 'Contact Us',
headerTintColor: Colors.Green,
headerStyle: {
backgroundColor: 'red'
}
});

隐藏特定页面的导航栏

static navigationOptions = {
header:null
}

关于javascript - React-native导航栏颜色更改错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51858186/

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