react native怎么做底部導航
1 回答

撒科打諢
TA貢獻1934條經驗 獲得超2個贊
1.使用NavigatorIOS控件設置導航條顏色
2.增加一個屬性即可解決
<NavigatorIOS
style = {BmacStyles.container}
initialRoute={{
component: MainPage,
title: '',
leftButtonTitle:'左邊按鈕',
tintColor:'#ffffff',//白色 導航欄上按鈕的顏色。
barTintColor:'rgb(30, 129, 210)',//導航欄,藍色
translucent: false,
}}
>
</NavigatorIOS>
- 1 回答
- 0 關注
- 660 瀏覽
添加回答
舉報
0/150
提交
取消