From 95d9d88eb6d4dd7ee8410fcf6863b55771add880 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Fri, 5 May 2023 15:38:02 -0700 Subject: [PATCH] set userInterfaceStyle to automatic in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index c428284a5c..84136adc23 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "version": "1.28.0", "orientation": "portrait", "icon": "./assets/icon.png", - "userInterfaceStyle": "light", + "userInterfaceStyle": "automatic", "splash": { "image": "./assets/cloud-splash.png", "resizeMode": "cover",