Last active
January 23, 2018 00:14
-
-
Save moksamedia/068e9bd8913ac5d89b9f7f723d060b0c to your computer and use it in GitHub Desktop.
This file contains 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
watchman watch-del-all | |
rm -rf node_modules | |
rm -rf package-lock.json | |
rm -rf ios/build | |
rm -rf $TMPDIR/react-* | |
npm cache clear --force -s | |
npm cache verify | |
cd ios | |
pod deintegrate | |
pod clean | |
rm -f Podfile.lock | |
cd .. | |
npm install | |
react-native link | |
cd ios | |
pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment