template_0205
This commit is contained in:
47
RN_TEMPLATE/eas.json
Normal file
47
RN_TEMPLATE/eas.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"cli": {
|
||||
"version": ">= 3.15.1",
|
||||
"appVersionSource": "local"
|
||||
},
|
||||
"build": {
|
||||
"base": {
|
||||
"node": "20.18.0",
|
||||
"pnpm": "10.18.0"
|
||||
},
|
||||
"development": {
|
||||
"extends": "production",
|
||||
"distribution": "internal",
|
||||
"android": {
|
||||
"gradleCommand": ":app:assembleDebug"
|
||||
},
|
||||
"ios": {
|
||||
"buildConfiguration": "Debug",
|
||||
"simulator": true
|
||||
}
|
||||
},
|
||||
"development:device": {
|
||||
"extends": "development",
|
||||
"distribution": "internal",
|
||||
"ios": {
|
||||
"buildConfiguration": "Debug",
|
||||
"simulator": false
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
"extends": "production",
|
||||
"distribution": "internal",
|
||||
"ios": { "simulator": true },
|
||||
"android": { "buildType": "apk" }
|
||||
},
|
||||
"preview:device": {
|
||||
"extends": "preview",
|
||||
"ios": { "simulator": false }
|
||||
},
|
||||
"production": {
|
||||
"extends": "base"
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
"production": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user