添加配置文件和更新依赖项以支持 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

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 18.1.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}