Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created February 9, 2019 01:00
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentvatne/b0ea11a36dc423e441b7d36e36eb5a26 to your computer and use it in GitHub Desktop.
Save brentvatne/b0ea11a36dc423e441b7d36e36eb5a26 to your computer and use it in GitHub Desktop.
  • Install Cocoapods on your machine if you haven’t already (here's how to do it).
  • cd into your project’s ios directory and run pod init
  • Make your Podfile look like this one. You might have to add more subspecs depending on what React Native core libraries you use in your project.
  • Run pod install
  • Open the new .xcworkspace file and run your project, it should work. If not, seek help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment