React Native Expo APP in Fullscreen

Hello, is there a way to hide the android notifications and android buttons to make the app Fullscreen? I need it but i want to use Expo. Is there a way?

  • DreamGamer

Hey @dreamgamer,

You can dismiss notifications https://docs.expo.io/versions/v32.0.0/sdk/notifications/#exponotificationsdismissnotificationasynclocalnotificationid but there isn’t a way to programmatically hide the soft keys on Android.

Cheers,

Adam

@adamjnav Is there maybe another way to hide it or should i use another language than?

  • DreamGamer

Oh i’m dumb. I sayed Android Notifications but the name of the thing i meant was Status bar. Now i’m using Statusbar.hide(); :smiley: Thats it thank you a lot and sorry my english.

  • DreamGamer
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.