Initial commit: expo-popcore project

This commit is contained in:
imeepos
2025-12-25 16:31:17 +08:00
commit 0cbb74e03a
188 changed files with 20796 additions and 0 deletions

40
eas.json Normal file
View File

@@ -0,0 +1,40 @@
{
"cli": {
"version": "16.27.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"NODE_ENV": "development"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease"
},
"autoIncrement": true,
"env": {
"NODE_ENV": "production"
}
},
"production": {
"android": {
"buildType": "apk"
},
"env": {
"NODE_ENV": "production"
}
}
},
"submit": {
"production": {}
}
}