react-native-navigation的迁移库

package.json 575B

1234567891011121314151617181920
  1. {
  2. "name": "exampleRedux",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "watchman watch-del-all && adb reverse tcp:8081 tcp:8081 && node node_modules/react-native/local-cli/cli.js start",
  7. "install:android": "pushd android && ./gradlew installDebug && popd"
  8. },
  9. "dependencies": {
  10. "react-native-navigation": "file:../",
  11. "react-native": "0.31.0",
  12. "react": "15.2.1",
  13. "react-redux": "^4.0.6",
  14. "redux": "^3.0.5",
  15. "redux-thunk": "^1.0.3",
  16. "seamless-immutable": "^5.0.1",
  17. "babel-preset-react-native-stage-0": "*"
  18. }
  19. }