用于模态的Android React Native状态栏

时间:2017-04-26 09:38:09

标签: android react-native statusbar

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

模态状态栏是否有办法实现这样的目标?

<StatusBar
 backgroundColor="Pink"
/>

在模态上它似乎只有50%的状态栏透明度,与普通屏幕上的状态栏不同,似乎状态栏标签也不适用于模态。

我发现来自Here的translucentstatusbar请帮助我......

0 个答案:

没有答案