Skip to content

Instantly share code, notes, and snippets.

@marcelkalveram
Created June 4, 2019 10:34
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save marcelkalveram/0afe76b337edcd328a63b867ea610ba6 to your computer and use it in GitHub Desktop.
Save marcelkalveram/0afe76b337edcd328a63b867ea610ba6 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