Android React模式的本机状态栏

Android React模式的本机状态栏,android,react-native,statusbar,Android,React Native,Statusbar,modal statusbar有没有办法实现这样的功能 <Modal visible={this.props.show} onRequestClose={this.closeModal} onShow={this.onModalShow} animationType='slide' translucentStatusBar={true} > 在模态上,状态栏的透明度似乎只有50%,不像普通屏幕上的状态栏,而且状态栏标签对模态也不起作用 我发现半透明状态栏来自请帮助我

modal statusbar有没有办法实现这样的功能

<Modal
 visible={this.props.show}
 onRequestClose={this.closeModal}
 onShow={this.onModalShow}
 animationType='slide'
 translucentStatusBar={true}
>

在模态上,状态栏的透明度似乎只有50%,不像普通屏幕上的状态栏,而且状态栏标签对模态也不起作用

我发现半透明状态栏来自请帮助我

<StatusBar
 backgroundColor="Pink"
/>