I have a component with status bar set to hidden like this: ``` <View style={ style.container } > <StatusBar hidden={true} /> ... <Modal isVisible={this.state.isModalVisible}> <Text>Modal</Text> </Modal> </View> ``` When the modal is visible, status bar is hidden but instead there is an empty white block at the top with the exact height of the status bar:  react-native : 0.45.1 react-native-moda l: 2.5.0 android : 5.1.1