Files
react-native-vector-icons/Examples/TabBarExample/package.json
2016-08-24 14:13:04 +02:00

14 lines
285 B
JSON

{
"name": "TabBarExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "~15.3.0",
"react-native": "^0.32.0-rc.0",
"react-native-vector-icons": "file:../../"
}
}