我正在使用react-native-navbar,我做错了什么?状态栏颜色没有变化。它适用于iPhone,但不适用于Android。我的代码在下面
<NavigationBar
title={{title:'Notifications', tintColor:'yellow'}}
tintColor="#ef5350"
statusBar={{style: 'light-content',tintColor:'#ef5350'}}
/>
答案 0 :(得分:0)
您必须将此道具设置为StatusBar
组件:backgroundColor='#ef5350'
根据docs
[Android] backgroundColor?:$ FlowFixMe
状态栏的背景颜色。