Skip to content

Instantly share code, notes, and snippets.

@alexpchin
Created September 21, 2018 12:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpchin/2c6bd5917f5173c65daa3bb5e97b930f to your computer and use it in GitHub Desktop.
Save alexpchin/2c6bd5917f5173c65daa3bb5e97b930f to your computer and use it in GitHub Desktop.
Clear react-native
watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && npm cache verify && yarn install && yarn start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment