0

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
      />
Ocean
  • 19
  • 4
  • take a look at https://stackoverflow.com/questions/32176548/how-to-disable-rotation-in-react-native – Ricardo Gellman Aug 30 '23 at 17:55
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 30 '23 at 17:55

0 Answers0