Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "name": "RompeolaMovil",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node node_modules/react-native/local-cli/cli.js start",
  7. "test": "jest",
  8. "android-bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
  9. "run-android": "react-native run-android",
  10. "compile-and-run":"react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android"
  11. },
  12. "dependencies": {
  13. "react": "16.8.3",
  14. "react-native": "0.59.3",
  15. "redux": "^4.0.1"
  16. },
  17. "devDependencies": {
  18. "@babel/core": "7.4.3",
  19. "@babel/runtime": "7.4.3",
  20. "babel-jest": "24.7.1",
  21. "jest": "24.7.1",
  22. "metro-react-native-babel-preset": "0.53.1",
  23. "react-test-renderer": "16.8.3"
  24. },
  25. "jest": {
  26. "preset": "react-native"
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement