mirror of
https://github.com/zhigang1992/ReactNativeHOCNavigator.git
synced 2026-01-12 22:40:58 +08:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"name": "NavigatorApp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.2.1",
|
|
"react-native": "0.31.0"
|
|
}
|
|
}
|