Skip to content

Instantly share code, notes, and snippets.

@MattFoley
Last active August 29, 2015 14:26
Show Gist options
  • Save MattFoley/2ed47d98dbcccb63cf18 to your computer and use it in GitHub Desktop.
Save MattFoley/2ed47d98dbcccb63cf18 to your computer and use it in GitHub Desktop.
Upgrade to React Native head

Steps to upgrade to React Native head

  1. Delete your Derived Data and node_modules folders

  2. Reboot your computer dangling symlink

  3. Install io.js.

    nvm install iojs nvm alias default iojs

  4. Update brew

    brew update brew upgrade

  5. Restart watchman

    watchman shutdown-server

  6. You should be good to go, but if not, reboot your macbook one more time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment