feat: Expo mobile app scaffold (118-file structure)

This commit is contained in:
Yossi Elkrief
2026-03-02 12:42:45 +02:00
parent 08a6d5a7f1
commit b2fdc6282d
123 changed files with 16699 additions and 0 deletions

17
mobile/eas.json Normal file
View File

@@ -0,0 +1,17 @@
{
"cli": {
"version": ">= 4.0.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
}
}