set userInterfaceStyle to automatic in app.json

This commit is contained in:
Ansh Nanda
2023-05-05 15:38:02 -07:00
parent 3451233927
commit 95d9d88eb6
+1 -1
View File
@@ -7,7 +7,7 @@
"version": "1.28.0", "version": "1.28.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "light", "userInterfaceStyle": "automatic",
"splash": { "splash": {
"image": "./assets/cloud-splash.png", "image": "./assets/cloud-splash.png",
"resizeMode": "cover", "resizeMode": "cover",