From f1bd1c9e6c7c894ebe4b10071d9a808b8eb8aa65 Mon Sep 17 00:00:00 2001 From: Travis Nuttall Date: Sat, 23 Jun 2018 22:50:03 -0600 Subject: [PATCH] file uri won't work with npm 5, symlinks break build --- examples/SimpleExample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SimpleExample/package.json b/examples/SimpleExample/package.json index 9e75b8c..c32cfaf 100644 --- a/examples/SimpleExample/package.json +++ b/examples/SimpleExample/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "16.3.1", "react-native": "0.55.4", - "react-native-threads": "file:../../" + "react-native-threads": "0.0.13" }, "devDependencies": { "babel-jest": "23.0.1", -- 2.26.2