Fix dark mode detection on mobile (#852)
parent
48637246c7
commit
8cc89a5a16
2
app.json
2
app.json
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue