Created
May 28, 2021 17:46
Clean RN projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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