I need my app to show as full screen. Now I know how to add this feature into the application tag in Mainfest using
android:theme=”@android:style/Theme.NoTit
Setting up a theme in app styles works for my React Native application. Just type in the android/app/src/main/res/values/styles.xml:
android/app/src/main/res/values/styles.xml
And in the android/app/src/main/AndroidManifest.xml link to this theme:
android/app/src/main/AndroidManifest.xml
Reference