react-native-navigation的迁移库

package.json 441B

12345678910111213141516
  1. {
  2. "name": "example",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start",
  7. "xcode": "open ios/example.xcodeproj",
  8. "android": "cd android && ./gradlew installDebug"
  9. },
  10. "dependencies": {
  11. "react-native": "0.37.0",
  12. "react": "15.3.2",
  13. "react-native-navigation": "file:../"
  14. }
  15. }