From dcf7f4f01c91931a4a3d30e33548066babd4c336 Mon Sep 17 00:00:00 2001 From: hyochan Date: Sun, 19 Dec 2021 23:08:57 +0900 Subject: [PATCH] Fix cannot destructure config err Refer https://github.com/callstack/react-native-testing-library/issues/743 --- client/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/package.json b/client/package.json index 647db612e..79ad49894 100644 --- a/client/package.json +++ b/client/package.json @@ -171,5 +171,8 @@ "style": "eslint", "options": {} } + }, + "resolutions": { + "react-native/@jest/create-cache-key-function": "^27.0.2" } } \ No newline at end of file