Skip to content

Instantly share code, notes, and snippets.

@daill
Created December 9, 2018 08:54
Show Gist options
  • Select an option

  • Save daill/97cd643d40cabc2e4e657338b243c0eb to your computer and use it in GitHub Desktop.

Select an option

Save daill/97cd643d40cabc2e4e657338b243c0eb to your computer and use it in GitHub Desktop.
Clear React Native cache
rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && 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