gpt4 book ai didi

react-native - 有没有办法更改 IOS 标题上的 react 导航默认后退按钮颜色?

转载 作者:行者123 更新时间:2023-12-03 12:57:10 26 4
gpt4 key购买 nike

static navigationOptions = {
headerTitle:'Booking',
headerTitleStyle: {color:'white'},
headerStyle: {backgroundColor:'orange'}
}

我的标题看起来像这样。我想更改 IOS 上默认后退按钮图标的颜色。我可以更改标题的颜色,但没有更改图标颜色的选项。我想知道是否有办法更改颜色或实现我自己的 headerLeft 属性是更好的选择?

最佳答案

有属性(property) headerTintColor 在 navigationOptions 中,可用于更改后退按钮图标颜色

static navigationOptions = {
headerTitle:'Booking',
headerTitleStyle: {color:'white'},
headerStyle: {backgroundColor:'orange'},
headerTintColor: 'blue'
}

引用: https://reactnavigation.org/docs/navigators/stack#headerTintColor

关于react-native - 有没有办法更改 IOS 标题上的 react 导航默认后退按钮颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45571716/

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