Created
October 23, 2018 06:02
-
-
Save arshidkv12/0f6887bf531fc73e7481c31067171309 to your computer and use it in GitHub Desktop.
clean react native cache
This file contains hidden or 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