I just got started with react native and when I tried to rotate the phone into landscape mode my demo expo app could not go fullscreen, instead the part where the status bar is in portrait mode is black. I tried different devices and it seems that only my phone (Samsung Galaxy A21s) has that problem.
Here is how it looks: Portrait mode Landscape mode
I tried to tinker with the status bar but it doesn't do much:
import { StatusBar } from 'expo-status-bar';
<StatusBar
backgroundColor={'transparent'}
translucent
/>