Skip to content

Instantly share code, notes, and snippets.

@xlogix
Forked from marcelkalveram/React Native clear all
Created March 5, 2020 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlogix/0d155029d02e40ab0ed1dc77a7463dcc to your computer and use it in GitHub Desktop.
Save xlogix/0d155029d02e40ab0ed1dc77a7463dcc to your computer and use it in GitHub Desktop.
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/npm-* && rm -rf $TMPDIR/haste-* && rm -rf $TMPDIR/metro-* && rm -rf node_modules && npm install && rm -rf ios/Pods && cd ios && pod cache clean --all && pod repo update && pod install && ./android/gradlew clean -p ./android/ && rm -rf ios/build && rm -rf ~/Library/Developer/Xcode/DerivedData && npm start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment