diff options
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json index 6d1a8c2e6..265f2f274 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", |