Files
tv-control/mobile/eas.json
space 2f4a238eba
Some checks failed
Build App / build (push) Failing after 3m44s
feat: update image requirements to landscape orientation and add CI/CD workflow
2026-03-01 15:53:36 +01:00

31 lines
524 B
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"autoIncrement": true,
"android": {
"buildType": "app-bundle"
}
}
}
}