Initial commit

Generated by create-expo-stack 2.14.1
This commit is contained in:
Dennis Hundertmark
2025-03-12 16:00:34 +01:00
commit 08fbd0443e
20 changed files with 15194 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
}
}