Bump IconExplorer to RN 0.44 and remove react-native-windows dependency

This commit is contained in:
Joel Arvidsson
2017-05-04 08:20:54 +02:00
parent 3c37b892dd
commit 664df08a2d
2 changed files with 8 additions and 6 deletions

View File

@@ -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
```

View File

@@ -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:../../"
}
}