From 4e0f81a29e68b6172191f311acdc0b1f4f93c277 Mon Sep 17 00:00:00 2001 From: David Pett Date: Thu, 1 Nov 2018 10:34:30 -0500 Subject: [PATCH] updated rnw to work with next.js ssr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee317e0..326968a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "normalize-css-color": "^1.0.1", "prop-types": "^15.5.10", "react-art": "^16.4.0", - "react-native-web": "^0.8.3", + "react-native-web": "^0.9.5", "react-timer-mixin": "^0.13.3", "string-hash": "^1.1.3" },