From 333162e94281baa74281d131a4173b24841c35c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Tue, 25 Oct 2022 20:03:26 +0200 Subject: [PATCH] added missing package --- front/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/front/package.json b/front/package.json index f553297..cbfe5fa 100644 --- a/front/package.json +++ b/front/package.json @@ -13,6 +13,7 @@ "test:watch": "jest -i --watch" }, "dependencies": { + "@expo/vector-icons": "^13.0.0", "@react-navigation/native": "^6.0.11", "@react-navigation/native-stack": "^6.7.0", "@reduxjs/toolkit": "^1.8.3",