gpt4 book ai didi

css - 在 native react 中更改标题背景颜色

转载 作者:太空宇宙 更新时间:2023-11-04 07:44:14 25 4
gpt4 key购买 nike

我是 React native 的新手,正在尝试显示标题栏(导航栏)背景颜色。下面是一些尝试过的方法。

  return (
<View style={styles.container}>
<NavigationBar

title= {titleConfig}
/>
</View>

);

}
}

const titleConfig = {
title: 'XYZ',
style: {
backgroundColor: '#2ec76e',
},

};

const styles ={
container: {
backgroundColor: '#24686e',


},
}

最佳答案

你介意展示你运行这个时得到的结果的屏幕截图吗据我所知,下面的样式会做标题

container: {
backgroundColor:'#F8F8F8',
justifyContent:'center',
alignItems:'center',
height: 60,
paddingTop: 8,
borderWidth:0,
shadowColor:'#F8F8F8',
shadowOffset:{ width:0, height:2 },
shadowOpacity:0.5,
elevation:2,
position: 'relative'

},
textStyle:{
fontSize:25

}

关于css - 在 native react 中更改标题背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48281021/

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