Created
October 23, 2018 06:02
-
-
Save arshidkv12/9530fb224e7b78990b74f07f55b86fd0 to your computer and use it in GitHub Desktop.
clean react native cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function rn-clean() { | |
watchman watch-del-all | |
rm -rf $TMPDIR/react-* | |
rm -rf $TMPDIR/haste-* | |
rm -rf $TMPDIR/metro-* | |
npm start -- --reset-cache | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment