Resolve "addButton (for demo)"

This commit is contained in:
Thomas Schleicher 2023-12-08 19:07:32 +00:00
parent 54b2b41ed2
commit 60712e8397
7 changed files with 210 additions and 25 deletions

View file

@ -22,7 +22,8 @@
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.thschleicher.interaktivesysteme"
},
"web": {
"bundler": "metro",
@ -34,6 +35,14 @@
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "df718026-ba19-4dad-b01a-a79eb4919b9d"
}
}
}
}