My goal is to make an app full screen with the status bar visible in Android and in IPhone, like in Expo but in React Native
Here is what is happening:

My goal is to remove this gray part and make the app occupy this part and at the same time show the status bar, like in Expo.
I already tried this: https://reactnative.dev/docs/statusbar.html#sethidden
But all the gray top became black and without status bar
I already tried add this to styles.xml in Android:
<item name="android:windowFullscreen">true</item>
But changed nothing (and will work just in Android)

Out of the box option.
or another way is to use true Immersive mode in android. Either you can go for native approach or find any RN modules that does this.