Files
react-native-vector-icons/Examples/TabBarExample/package.json
Adrien BATAILLE 380b3a5661 Update for RN@0.40.0 new header paths (#376)
* BREAKING: Update for RN@0.40.0, new header paths

* Update examples
2017-01-05 21:30:39 +01:00

14 lines
278 B
JSON

{
"name": "TabBarExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "15.4.1",
"react-native": "0.40.0",
"react-native-vector-icons": "file:../../"
}
}