Skip to content

Instantly share code, notes, and snippets.

@zubko
zubko / clear.txt
Created September 7, 2017 01:41 — forked from EQuimper/clear.txt
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache