From 8cc89a5a16b81d617035efe024029ad73637c4fb Mon Sep 17 00:00:00 2001 From: Logan Rosen Date: Mon, 5 Jun 2023 12:40:13 -0400 Subject: [PATCH] Fix dark mode detection on mobile (#852) --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 6d1a8c2e6d..265f2f274e 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "orientation": "portrait", "icon": "./assets/icon.png", - "userInterfaceStyle": "light", + "userInterfaceStyle": "automatic", "splash": { "image": "./assets/cloud-splash.png", "resizeMode": "cover",