Add interactive map support for bike and walk routes
This commit is contained in:
+8
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user