我正在使用 react-native-navbar,我做错了吗?状态栏颜色没有改变。它适用于iphone,但不适用于android。我的代码如下
<NavigationBar
title={{title:'Notifications', tintColor:'yellow'}}
tintColor="#ef5350"
statusBar={{style: 'light-content',tintColor:'#ef5350'}}
/>