Files
wifi-densepose/mobile/eas.json
Yossi Elkrief fbd7d837c7 feat: Expo mobile scaffold — Phase 2 complete (118-file structure)
Expo SDK 51 TypeScript scaffold with all architecture files.
Verified: tsc 0 errors, jest passes.
2026-03-02 12:45:40 +02:00

18 lines
268 B
JSON

{
"cli": {
"version": ">= 4.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
}
}