在Android上没有改变react-native-navbar状态栏颜色

时间:2017-04-19 14:51:37

标签: react-native react-native-navigation

我正在使用react-native-navbar,我做错了什么?状态栏颜色没有变化。它适用于iPhone,但不适用于Android。我的代码在下面

 <NavigationBar
                  title={{title:'Notifications', tintColor:'yellow'}}
                  tintColor="#ef5350"
                  statusBar={{style: 'light-content',tintColor:'#ef5350'}}
              />

enter image description here

1 个答案:

答案 0 :(得分:0)

您必须将此道具设置为StatusBar组件:backgroundColor='#ef5350'

根据docs

  

[Android] backgroundColor?:$ FlowFixMe

     

状态栏的背景颜色。