Created
May 28, 2021 17:46
-
-
Save kosalamoon/8704c2a97beb5b8b07fc9282c49f0a3c to your computer and use it in GitHub Desktop.
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