Update app.json configuration and enhance logging in index.tsx and schedule.tsx

This commit is contained in:
2025-07-28 00:51:04 +02:00
parent bfee90a6fc
commit fa5dd09d04
3 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"expo": {
"name": "iso-test-app",
"slug": "iso-test-app",
"slug": "mcbeno",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
@@ -38,6 +38,13 @@
],
"experiments": {
"typedRoutes": true
}
},
"extra": {
"router": {},
"eas": {
"projectId": "972fe547-cd46-4ed0-b9e1-9f13b035e4b7"
}
},
"owner": "devbeni"
}
}