更新 app.json,添加包名;新增 eas.json 配置文件
This commit is contained in:
9
app.json
9
app.json
@@ -19,7 +19,8 @@
|
||||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"package": "com.physical"
|
||||
},
|
||||
"web": {
|
||||
"output": "static",
|
||||
@@ -43,6 +44,12 @@
|
||||
"experiments": {
|
||||
"typedRoutes": true,
|
||||
"reactCompiler": true
|
||||
},
|
||||
"extra": {
|
||||
"router": {},
|
||||
"eas": {
|
||||
"projectId": "67fa40bc-f726-467c-8edc-5639d89c0a9d"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user