first tests

This commit is contained in:
Jakob Stornig 2023-11-30 01:48:22 +01:00
parent 66d33ce07e
commit 55c9f605ff
11 changed files with 14523 additions and 84 deletions

13
app.json Normal file
View file

@ -0,0 +1,13 @@
{
"expo": {
"scheme": "acme",
"web": {
"bundler": "metro"
},
"plugins": [
"expo-router"
],
"name": "interaktive-systeme",
"slug": "interaktive-systeme"
}
}