fix: add missing @expo/vector-icons dependency to frontend-mobile
The Android build was failing because @expo/vector-icons was not listed in package.json despite being imported in app/(tabs)/_layout.tsx.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"main": "expo-router/entry",
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^15.0.2",
|
||||
"@react-native-async-storage/async-storage": "2.2.0",
|
||||
"@tanstack/react-query": "^5.101.2",
|
||||
"axios": "^1.18.1",
|
||||
|
||||
Reference in New Issue
Block a user