Update app.json configuration and enhance logging in index.tsx and schedule.tsx
This commit is contained in:
11
app.json
11
app.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user