Skip to content

Instantly share code, notes, and snippets.

@r17x
Created July 26, 2019 10:42
Show Gist options
  • Select an option

  • Save r17x/13e1e239f39368f1066c05a9b27615c7 to your computer and use it in GitHub Desktop.

Select an option

Save r17x/13e1e239f39368f1066c05a9b27615c7 to your computer and use it in GitHub Desktop.
CLEAN REACT-NATIVE

Yarn

watchman watch-del-all &&
rm -rf $TMPDIR/react-native-packager-cache-* &&
rm -rf $TMPDIR/metro-bundler-cache-* && 
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