From 9fc7508086d627864d98be6deb5a8e62a67210af Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Tue, 31 Jan 2017 12:00:58 +0200 Subject: [PATCH] fix error on loading nfc-react-native on iOS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bbf893b19..6f39e4a16f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "https-browserify": "0.0.1", "identicon.js": "github:status-im/identicon.js", "instabug-reactnative": "git+https://github.com/status-im/instabug-reactnative.git", - "nfc-react-native": "^0.3.9", + "nfc-react-native": "github:status-im/nfc-react-native", "os-browserify": "^0.1.2", "path-browserify": "0.0.0", "process": "^0.11.5",