Skip to content

Instantly share code, notes, and snippets.

@kosalamoon
Created May 28, 2021 17:46
Show Gist options
  • Save kosalamoon/8704c2a97beb5b8b07fc9282c49f0a3c to your computer and use it in GitHub Desktop.
Save kosalamoon/8704c2a97beb5b8b07fc9282c49f0a3c to your computer and use it in GitHub Desktop.
Clean RN projects
# rm -rf $HOME/.gradle/caches/
cd android && ./gradlew cleanBuildCache && ./gradlew clean
cd ..
cd ios && pod cache clean --all && rm -rf build
cd ..
rm -rf node_modules
npm cache clean --force
npm install
cd ios && pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment