Skip to content

Instantly share code, notes, and snippets.

@piaskowyk
Last active April 6, 2021 07:04
Show Gist options
  • Save piaskowyk/7598a01caef19aa35bd9e684987504fb to your computer and use it in GitHub Desktop.
Save piaskowyk/7598a01caef19aa35bd9e684987504fb to your computer and use it in GitHub Desktop.
rm -rf ./node_modules
yarn cache clean
yarn
cd ios
pod deintegrate
rm -rf ./Pods
pod install
cd ..
cd android
rm -rf ./build
cd ..
yarn start --clear-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment