From 5adf4202f0ab7f570cd5ecda2f45a0512cf2696d Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Mon, 4 Apr 2022 10:47:22 +0300 Subject: [PATCH] fix landscape issue --- android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8117512..455e8d2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -9,6 +9,7 @@ android:exported="true" android:launchMode="singleTop" android:theme="@style/LaunchTheme" + android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">