Fix dark mode detection on mobile (#852)
This commit is contained in:
parent
48637246c7
commit
8cc89a5a16
1 changed files with 1 additions and 1 deletions
2
app.json
2
app.json
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "light",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"splash": {
|
||||
"image": "./assets/cloud-splash.png",
|
||||
"resizeMode": "cover",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue