Skip to content

Instantly share code, notes, and snippets.

@sirioz
Created November 12, 2017 09:50
Show Gist options
  • Save sirioz/d69f3650f963464883204f4f2ae08dd1 to your computer and use it in GitHub Desktop.
Save sirioz/d69f3650f963464883204f4f2ae08dd1 to your computer and use it in GitHub Desktop.
React Native clear cache
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment