mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-05-08 12:00:37 +08:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"name": "TabBarExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.11.4",
|
|
"react-native-vector-icons": "file:../../"
|
|
}
|
|
}
|