From ebc22d369622c128df4051a7fe4da833a6d1b3ca Mon Sep 17 00:00:00 2001 From: Saul Carlin Date: Thu, 30 May 2024 17:58:25 -0700 Subject: [PATCH] portrait only --- android/app/src/debug/AndroidManifest.xml | 3 ++- ios/EphemeraMobileChat/Info.plist | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index eb98c01..b709890 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -5,5 +5,6 @@ + tools:ignore="GoogleAppIndexingWarning" + android:screenOrientation="portrait" /> diff --git a/ios/EphemeraMobileChat/Info.plist b/ios/EphemeraMobileChat/Info.plist index 151ca13..9decf12 100644 --- a/ios/EphemeraMobileChat/Info.plist +++ b/ios/EphemeraMobileChat/Info.plist @@ -61,8 +61,6 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance