Skip to content

Instantly share code, notes, and snippets.

@jukben
Last active November 15, 2017 18:07
Show Gist options
  • Save jukben/0bd8dc1c80d514e93b74763887aa544a to your computer and use it in GitHub Desktop.
Save jukben/0bd8dc1c80d514e93b74763887aa544a to your computer and use it in GitHub Desktop.
Your React Native project got broken? Try this check list.

Have your React Native project got broken?

  1. Restart XCode
  2. Reinstall Pods cd ios/ && pod install
  3. rm -fr node_modules && yarn
  4. Restart Mac
  5. Remove the whole project and clone it again
  6. Make step (or two) back. git reset @^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment