Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.1 KB

File metadata and controls

44 lines (30 loc) · 1.1 KB

Installation - setup

We advise to follow the guidelines to setup your environment. Select your Development OS and your target OS (Android/iOS).

Android

For Android, you will need to:

  • install node, JDK
  • install Android Studio & Android SDK
  • configure ANDROID_HOME environment variable
  • create an virtual device with Android AVD.

iOS

For iOS, you will need to:

  • install node

    • with NVM to have the right version
    brew install nvm
    nvm install
    nvm use
    • AND
    • with Brew to have XCode build's steps (Bundle React Native code and images and Upload Debug Symbols to Sentry) working
    brew install node
  • install Xcode and its command line tools

  • Install a simulator if not already in Xcode

  • install Cocoapods

Test setup

To make sure your environment is setup correctly, try to run a template application with Create React Native App or with react-native-cli.