fix: add missing @expo/vector-icons dependency to frontend-mobile
Run Tests on Branches / Frontend Tests (push) Has been cancelled
Run Tests on Branches / Backend Tests (push) Has been cancelled

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:
Antoni Nuñez Romeu
2026-07-07 15:57:55 +02:00
parent e2bd726663
commit fc12582814
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -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",