react-native-navigation的迁移库

package.json 518B

12345678910111213141516171819
  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": "cd android && ./gradlew installDebug"
  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. }
  18. }