React Native Cheatsheet

Some common commands for debugging.

Rebuild

rm -rf node_modules && npm install &&
cd ios &&
pod deintegrate &&
pod install &&
cd .. &&
yarn ios

Run after installing new npm packages.

  1. Stop Metro (terminal)
  2. Exit simulator
  3. Run script