Skip to content

Instantly share code, notes, and snippets.

@daill
daill / clearRNcache.sh
Created December 9, 2018 08:54
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