Skip to content

Instantly share code, notes, and snippets.

@Ariel-Rodriguez
Last active July 24, 2017 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ariel-Rodriguez/51c307a85758cd3296eb44da2506d1e0 to your computer and use it in GitHub Desktop.
Save Ariel-Rodriguez/51c307a85758cd3296eb44da2506d1e0 to your computer and use it in GitHub Desktop.
Upgrading react native > 0.44

rm -r ~/.rncache

Download bellow files into ~/.rncache


  • rm -r <your-project>/node_modules/react-native/third_party
  • open <your-project>/ios/<your-project>.xcodeproj
  • clean cache CMD + SHIFT + K
  • react-native run-ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment