react-native-navigation的迁移库

123456789101112131415
  1. {
  2. "name": "example",
  3. "version": "0.0.1",
  4. "private": true,
  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",
  7. "xcode": "open ios/example.xcodeproj"
  8. },
  9. "dependencies": {
  10. "react-native": "0.31.0",
  11. "react": "15.2.1",
  12. "react-native-navigation": "file:../"
  13. }
  14. }