123456789101112131415 |
- {
- "name": "example",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp: 8081 || true) && node node_modules/react-native/local-cli/cli.js start",
- "xcode": "open ios/example.xcodeproj"
- },
- "dependencies": {
- "react-native": "0.31.0",
- "react": "15.2.1",
- "react-native-navigation": "file:../"
- }
- }
|