From e056df2c879478fb65431b9fab797ae6ff6e19db Mon Sep 17 00:00:00 2001 From: Martin Ogg <2martinogg@gmail.com> Date: Fri, 26 Jan 2018 09:37:47 +0000 Subject: [PATCH] Fixes runtime error: "error: bundling: UnableToResolveError: Unable to resolve module `react/lib/ReactComponentTreeHook`" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d65b8ec..80383bf 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lodash": "^4.2.1", "moment": "^2.11.2", "prop-types": "^15.5.10", - "react": "^16.0.0-alpha.6", + "react": "16.0.0-alpha.6", "react-native": "^0.44.3", "react-native-device-info": "^0.10.2", "react-native-dialogs": "0.0.19",