From 390340d1456a4db6b66da2a87885018a2b6f5118 Mon Sep 17 00:00:00 2001 From: Maria Senosiain Date: Wed, 9 Mar 2022 08:29:16 +0000 Subject: [PATCH] Upgrade `metro-react-native-babel-preset` to 0.59.0 Previous version was causing a crash when the App was launched in both: iOS & Android More info here: https://github.com/babel/babel/issues/14139#issuecomment-1011836916 Related to YD-4110 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index fa8411e..2cd9bfc 100644 --- a/example/package.json +++ b/example/package.json @@ -21,7 +21,7 @@ "babel-jest": "^25.1.0", "eslint": "^6.8.0", "jest": "^25.1.0", - "metro-react-native-babel-preset": "^0.58.0", + "metro-react-native-babel-preset": "^0.59.0", "react-test-renderer": "16.9.0" }, "jest": {