发布网友 发布时间:2022-04-23 03:49
共1个回答
热心网友 时间:2022-04-22 17:47
1.使用NavigatorIOS控件设置导航条颜色
2.增加一个属性即可解决
<NavigatorIOS
style = {BmacStyles.container}
initialRoute={{
component: MainPage,
title: '',
leftButtonTitle:'左边按钮',
tintColor:'#ffffff',//白色 导航栏上按钮的颜色。
barTintColor:'rgb(30, 129, 210)',//导航栏,蓝色
translucent: false,
}}
>
</NavigatorIOS>