mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-01-12 22:51:07 +08:00
14 lines
278 B
JSON
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:../../"
|
|
}
|
|
}
|