update theme dark, light mode

This commit is contained in:
2025-11-17 17:01:42 +07:00
parent e725819c01
commit 862c4e42a4
25 changed files with 1274 additions and 442 deletions

View File

@@ -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"
]
}
}
]