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
  • Select an option

  • Save xlogix/0d155029d02e40ab0ed1dc77a7463dcc to your computer and use it in GitHub Desktop.

Select an option

Save xlogix/0d155029d02e40ab0ed1dc77a7463dcc to your computer and use it in GitHub Desktop.

Revisions

  1. xlogix renamed this gist Mar 5, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. marcelkalveram created this gist Jun 4, 2019.
    1 change: 1 addition & 0 deletions React Native clear all
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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