Update app.json, index.tsx, profile.tsx, schedule.tsx, and package.json for enhancements and cleanup

This commit is contained in:
2025-07-28 01:43:45 +02:00
parent fa5dd09d04
commit f98ffef4ce
6 changed files with 270 additions and 375 deletions

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 16.17.3",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}