feat: setup navigation structure with Expo Router

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 10:53:52 +02:00
parent ea9bbaed04
commit 1b9fd16b9b
7 changed files with 147 additions and 3 deletions
+7 -2
View File
@@ -4,8 +4,13 @@
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
"@/*": [
"./*"
]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
"include": [
"**/*.ts",
"**/*.tsx"
]
}