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": "0.25.1",
  11. "react": "0.14.5",
  12. "react-redux": "^4.0.6",
  13. "redux": "^3.0.5",
  14. "redux-thunk": "^1.0.3",
  15. "seamless-immutable": "^5.0.1",
  16. "react-native-navigation": "file:../",
  17. "babel-preset-react-native-stage-0": "*"
  18. }
  19. }