Skip to content

Commit

Permalink
Lock android in portrait mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 27, 2021
1 parent 17ddc08 commit 8e9b349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:screenOrientation="portrait"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"
Expand All @@ -28,6 +29,7 @@

<activity
android:name="com.zoontek.rnbootsplash.RNBootSplashActivity"
android:screenOrientation="portrait"
android:theme="@style/BootTheme"
android:launchMode="singleTask">
<intent-filter>
Expand Down

0 comments on commit 8e9b349

Please sign in to comment.