feat: apk builds

This commit is contained in:
2026-03-19 21:27:13 +01:00
parent 98b17af7be
commit da3d3b607e
6 changed files with 69 additions and 28 deletions

View File

@@ -6,13 +6,23 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"environment": "development"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"developmentClient": true,
"environment": "preview"
},
"apk": {
"environment": "production",
"android": {
"buildType": "apk"
}
},
"production": {
"autoIncrement": true
"autoIncrement": true,
"environment": "production"
}
},
"submit": {

View File

@@ -22,6 +22,7 @@
},
"devDependencies": {
"@types/react": "^19.2.2",
"babel-preset-expo": "^54.0.10",
"typescript": "^5.9.3"
}
}