From 975d9097d3ff3107d940dad1bef7565c72dc36b5 Mon Sep 17 00:00:00 2001 From: Mark Miyashita Date: Fri, 11 Aug 2017 17:34:19 -0700 Subject: [PATCH] Support react 16 with react-native 0.47+ (#96) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14c5cce..f9efcf5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "resize" ], "peerDependencies": { - "react": "^15.4.0", + "react": ">=15.4.0", "react-native": ">=v0.40.0" }, "author": "Florian Rival (http://bam.tech)",