Skip to content

Instantly share code, notes, and snippets.

@kouhot
Created November 10, 2018 14:16
Show Gist options
  • Save kouhot/976ad7554211d46ea689e1e083d9784d to your computer and use it in GitHub Desktop.
Save kouhot/976ad7554211d46ea689e1e083d9784d to your computer and use it in GitHub Desktop.
React Native clear with yarn
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment