react-native-navigation的迁移库

package.json 274B

1234567891011121314
  1. {
  2. "name": "example",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node node_modules/react-native/local-cli/cli.js start"
  7. },
  8. "dependencies": {
  9. "react-native": "0.31.0",
  10. "react": "15.2.1",
  11. "react-native-navigation": "file:../"
  12. }
  13. }