From 8ed88908192d73bda9b84714b72f32bfd6c4ec23 Mon Sep 17 00:00:00 2001 From: Andrei Dinin Date: Thu, 14 Jul 2016 17:52:53 -0400 Subject: [PATCH] Lifting a strict restriction on RN version. Allowing for use of RN0.25.1+ --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b9c207..704a2ea 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "core-js": "^1.0.0" }, "peerDependencies": { - "react-native": "0.25.1", - "react": "^0.14.5" + "react-native": ">=0.25.1", }, "devDependencies": { "babel-eslint": "^6.0.2", -- 2.26.2