Skip to content

Instantly share code, notes, and snippets.

@moksamedia
Last active January 23, 2018 00:14
Show Gist options
  • Save moksamedia/068e9bd8913ac5d89b9f7f723d060b0c to your computer and use it in GitHub Desktop.
Save moksamedia/068e9bd8913ac5d89b9f7f723d060b0c to your computer and use it in GitHub Desktop.
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