update theme dark, light mode
This commit is contained in:
29
app.json
29
app.json
@@ -9,7 +9,16 @@
|
||||
"userInterfaceStyle": "automatic",
|
||||
"newArchEnabled": true,
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
"supportsTablet": true,
|
||||
"infoPlist": {
|
||||
"CFBundleLocalizations": [
|
||||
"en",
|
||||
"vi",
|
||||
"en",
|
||||
"vi"
|
||||
]
|
||||
},
|
||||
"bundleIdentifier": "com.minhnn86.sgwapp"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
@@ -19,7 +28,12 @@
|
||||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"permissions": [
|
||||
"android.permission.CAMERA",
|
||||
"android.permission.RECORD_AUDIO"
|
||||
],
|
||||
"package": "com.minhnn86.sgwapp"
|
||||
},
|
||||
"web": {
|
||||
"output": "static",
|
||||
@@ -28,6 +42,7 @@
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
"expo-system-ui",
|
||||
[
|
||||
"expo-splash-screen",
|
||||
{
|
||||
@@ -50,8 +65,14 @@
|
||||
"expo-localization",
|
||||
{
|
||||
"supportedLocales": {
|
||||
"ios": ["en", "vi"],
|
||||
"android": ["en", "vi"]
|
||||
"ios": [
|
||||
"en",
|
||||
"vi"
|
||||
],
|
||||
"android": [
|
||||
"en",
|
||||
"vi"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user