Skip to content

Instantly share code, notes, and snippets.

@shercoder
Created October 23, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shercoder/d70708e7e08cb74fdd1a16a760da5ddf to your computer and use it in GitHub Desktop.
Save shercoder/d70708e7e08cb74fdd1a16a760da5ddf to your computer and use it in GitHub Desktop.
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"rc-start": "npm start -- --reset-cache",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean",
"clean-start": "npm run clean && npm run rc-start",
"fresh-install": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build/ModuleCache/* && rm -rf node_modules/ && npm cache clean && npm install",
"fresh-start" : "npm run fresh-install && npm run rc-start",
"tron": "node_modules/.bin/reactotron"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment