Add interactive map support for bike and walk routes

This commit is contained in:
2026-05-19 15:38:45 +02:00
parent 7da5acbba3
commit 229e0dd557
12 changed files with 200 additions and 22 deletions
+8 -1
View File
@@ -15,7 +15,9 @@
"test": "npm run test -w apps/web && npm run test -w apps/mobile && npm run test -w packages/core && npm run test -w packages/api-client",
"dev:mobile": "npm run start -w apps/mobile",
"typecheck:mobile": "npm run typecheck -w apps/mobile",
"prepare": "husky"
"prepare": "husky",
"android": "expo run:android",
"ios": "expo run:ios"
},
"lint-staged": {
"*.{ts,tsx}": [
@@ -31,5 +33,10 @@
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^17.0.5"
},
"dependencies": {
"expo": "~54.0.34",
"react": "19.1.0",
"react-native": "0.81.5"
}
}