Skip to content

Instantly share code, notes, and snippets.

@phamquyhai
Last active December 10, 2018 07:03
Show Gist options
  • Save phamquyhai/eb1414b6bdcf2a9918eb94c8b1137bc7 to your computer and use it in GitHub Desktop.
Save phamquyhai/eb1414b6bdcf2a9918eb94c8b1137bc7 to your computer and use it in GitHub Desktop.
React Native Yarn Clean cache
watchman watch-del-all && \
rm -rf node_modules && \
rm -rf /tmp/metro-bundler-cache-* && \
rm -rf /tmp/haste-map-react-native-packager-* && \
yarn && yarn start --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment