From 3ef800fbeca6d6628241d240a31f63c09e2eda07 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:57:03 +0100 Subject: [PATCH] chore: adjust this --- apps/expo/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index ce6dbf3..1df8dd0 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -46,7 +46,7 @@ const defineConfig = (): ExpoConfig => ({ [ "expo-screen-orientation", { - initialOrientation: "ALL", + initialOrientation: "PORTRAIT_UP", }, ], [