From a94d141f36cbda6fd15f3f4fdb3c2b1c47e8d31e Mon Sep 17 00:00:00 2001 From: AlanDellonSchwartzman Date: Sat, 19 Feb 2022 04:46:31 -0300 Subject: [PATCH] add expo-modules-core for resolve expo-splash-screen error --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eabc292..3426a92 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "expo-app-loading": "^1.0.1", "expo-asset": "~8.3.2", "expo-font": "~9.2.1", + "expo-modules-core": "^0.6.5", "galio-framework": "^0.8.0", "prop-types": "^15.7.2", "react": "16.13.1",