Files
time-until/eas.json
Space-Banane 56752ec677
Some checks failed
Build App / build (push) Failing after 3m26s
first commit
2026-03-10 18:30:58 +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"
}
}
}
}