Guest User

Untitled

a guest
Aug 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. "scripts": {
  2. "start": "node node_modules/react-native/local-cli/cli.js start",
  3. "reinstall": "watchman watch-del-all && rm -rf node_modules && npm install",
  4. "restart": "react-native start -- --reset-cache",
  5. "ios": "react-native run-ios",
  6. "ios-5": "react-native run-ios --simulator 'iPhone 5s'",
  7. "ios-8": "react-native run-ios --simulator 'iPhone 8 Plus'",
  8. "ios-x": "react-native run-ios --simulator 'iPhone X'",
  9. "android": "react-native run-android"
  10. }
Add Comment
Please, Sign In to add comment