From cafcbaab6fd215f3d428a8b66afadb2aa2c0ebe6 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Mon, 17 Jun 2019 20:04:23 +0100 Subject: [PATCH] Fix: App crashes instead of handling error Attempt to fix https://github.com/facebook/react-native/issues/24382 pending https://github.com/facebook/react-native/commit/d7bd6cce38d42dbced48fc8abed96472126e5d69 which needs update to RN 0.59.5 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6daa2f74a..43b29c69a 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "react-navigation": "^3.9.0", "react-navigation-transitions": "^1.0.10", "shallowequal": "^1.1.0", + "stacktrace-parser": "^0.1.4", "utm": "^1.1.1" }, "devDependencies": {