Skip to content

Instantly share code, notes, and snippets.

@sryze
Last active December 5, 2018 16:51
Show Gist options
  • Save sryze/248a670c0969c6afe606a3697138fec3 to your computer and use it in GitHub Desktop.
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)
#!/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