From 664df08a2d32d83b4f2962b38f3b9b6a1f779f5f Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Thu, 4 May 2017 08:20:54 +0200 Subject: [PATCH] Bump IconExplorer to RN 0.44 and remove react-native-windows dependency --- Examples/IconExplorer/README.md | 6 ++++++ Examples/IconExplorer/package.json | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Examples/IconExplorer/README.md b/Examples/IconExplorer/README.md index 7867d7c..c6e82c4 100644 --- a/Examples/IconExplorer/README.md +++ b/Examples/IconExplorer/README.md @@ -6,3 +6,9 @@ To run on OSX you must first install `react-native-desktop` with: ``` $ npm install react-native-desktop@0.6.5 ``` + +To run on Windows you must first install `react-native-windows` with: + +``` +$ npm install react-native-windows +``` diff --git a/Examples/IconExplorer/package.json b/Examples/IconExplorer/package.json index 7bcd216..e29673a 100644 --- a/Examples/IconExplorer/package.json +++ b/Examples/IconExplorer/package.json @@ -8,11 +8,7 @@ "dependencies": { "lodash": "^4.0.0", "react": "16.0.0-alpha.6", - "react-native": "0.43.0", - "react-native-vector-icons": "file:../../", - "react-native-windows": "^0.35.0" - }, - "devDependencies": { - "rnpm-plugin-windows": "^0.2.0" + "react-native": "0.44.0", + "react-native-vector-icons": "file:../../" } }