Last active
December 5, 2018 16:51
-
-
Save sryze/248a670c0969c6afe606a3697138fec3 to your computer and use it in GitHub Desktop.
Clear react-native caches on macOS (to fix some weird ass bug / make things work again)
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
#!/bin/sh | |
rm -rf $TMPDIR/metro-* | |
rm -rf $TMPDIR/haste-* | |
watchman watch-del-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment