From 017b065358eea16435e0820fa67542ce83d0bc64 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sun, 20 Jun 2021 19:15:17 +0200 Subject: [PATCH] Fix Jest cache error Related with https://github.com/facebook/react-native/pull/30637 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 11d2a052..0115d556 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,8 @@ "react-test-renderer": "^17.0.1", "snazzy": "^9.0.0", "standard": "^16.0.0" + }, + "resolutions": { + "react-native/@jest/create-cache-key-function": "^27.0.2" } }