Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rummykhan/0143246ad220fdcb0d949afae2bb637d to your computer and use it in GitHub Desktop.
Save rummykhan/0143246ad220fdcb0d949afae2bb637d to your computer and use it in GitHub Desktop.
React Native clean 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