mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-01-12 17:42:58 +08:00
Bump IconExplorer to RN 0.44 and remove react-native-windows dependency
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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:../../"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user