I faced with problem. My StatusBar in the app has zoomed like on screen below.
** App init:
<Root>
<StatusBar
barStyle={'dark-content'} />
<App />
</Root>
** React-native v0.55.4 ** iPhone 8+
How to avoid this problem? Thank you for any answers!