react-native-navigation的迁移库

12345678910111213141516171819
  1. {
  2. "name": "exampleRedux",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start --reset-cache"
  7. },
  8. "dependencies": {
  9. "react-native": "0.25.1",
  10. "react": "0.14.5",
  11. "react-redux": "^4.0.6",
  12. "redux": "^3.0.5",
  13. "redux-thunk": "^1.0.3",
  14. "seamless-immutable": "^5.0.1",
  15. "react-native-navigation": "file:../",
  16. "babel-preset-react-native-stage-0": "*"
  17. }
  18. }