Skip to content

Instantly share code, notes, and snippets.

@nazrdogan
Created August 27, 2019 07:38
Show Gist options
  • Save nazrdogan/a7c675ed8086981ef38ada9c8de50ce8 to your computer and use it in GitHub Desktop.
Save nazrdogan/a7c675ed8086981ef38ada9c8de50ce8 to your computer and use it in GitHub Desktop.
RN clear cache
rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && npm cache clean --force && npm cache verify && rm -rf ios/build && rm -rf node_modules/ && npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment