Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JosephDunivan/11002040f7cec4d0f6ff6a5901b3e60c to your computer and use it in GitHub Desktop.
Save JosephDunivan/11002040f7cec4d0f6ff6a5901b3e60c to your computer and use it in GitHub Desktop.
React Native Clear Cache Yarn
watchman watch-del-all && rm yarn.lock && rm -rf node_modules && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-* && yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment