|
|
|
|
3
|
"version": "0.0.1",
|
3
|
"version": "0.0.1",
|
4
|
"private": true,
|
4
|
"private": true,
|
5
|
"scripts": {
|
5
|
"scripts": {
|
6
|
- "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start --reset-cache",
|
|
|
|
|
6
|
+ "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start",
|
7
|
"xcode": "open ios/example.xcodeproj",
|
7
|
"xcode": "open ios/example.xcodeproj",
|
8
|
"android": "cd android && ./gradlew installDebug"
|
8
|
"android": "cd android && ./gradlew installDebug"
|
9
|
},
|
9
|
},
|