From 75a85b36fe1c10ee1b0ee85e354c69dba8510e16 Mon Sep 17 00:00:00 2001 From: Joshua <3375071+josmithua@users.noreply.github.com> Date: Wed, 15 May 2024 01:56:09 -0300 Subject: [PATCH] Update @expo/config-plugins dep to include v8 (#1198) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 927264f4..cfd12a0d 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@types/react": "17.0.21" }, "dependencies": { - "@expo/config-plugins": "^7.2.5" + "@expo/config-plugins": "^7.2.5 || ^8.0.0" }, "peerDependencies": { "react": "*",