From 1f06229289ca3af5f381df8035a90b7a7dde05f8 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 17 Sep 2018 08:47:37 -0700 Subject: [PATCH] [fix] react-native-web@0.8 pinned to React 16.4 --- packages/react-native-web/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index c3bc1f28..ea2c3611 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -25,9 +25,9 @@ "react-timer-mixin": "^0.13.3" }, "peerDependencies": { - "react": "16.x.x", - "react-art": "16.x.x", - "react-dom": "16.x.x" + "react": "16.4.x", + "react-art": "16.4.x", + "react-dom": "16.4.x" }, "author": "Nicolas Gallagher", "license": "MIT",