添加配置文件和更新依赖项以支持 Expo 开发客户端

This commit is contained in:
2026-03-09 05:39:53 +07:00
parent b478f48397
commit 2f431dd650
6 changed files with 152 additions and 8 deletions

View File

@@ -9,7 +9,8 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.seven772.lamp"
},
"android": {
"adaptiveIcon": {
@@ -19,7 +20,8 @@
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"package": "com.seven772.lamp"
},
"web": {
"output": "static",
@@ -43,6 +45,12 @@
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "278d3f91-c0b0-4bd0-ae66-fa9af5aa74e6"
}
}
}
}