Skip to content

Instantly share code, notes, and snippets.

@kosalamoon
Created May 28, 2021 17:46
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