Skip to content

Instantly share code, notes, and snippets.

View RSNara's full-sized avatar

Ramanpreet Nara RSNara

  • Facebook
View GitHub Profile
@RSNara
RSNara / rn-setup.md
Last active June 6, 2018 01:07
How I set up React Native
  1. Install Android Studio
  2. Install Android SDK
  3. Android Emulator
  4. In Android Studio, go to [File] -> [Project Structure] to find the SDK location.
  5. Write SDK location into ANDROID_SDK environment variable.
  6. Download Android NDK from Building React Native from source docs and extract beside the $ANDROID_SDK folder.
  7. Set extracted Android NDK location to ANDROID_NDK environment variable.
  8. Clone React Native.
  9. Create a local.properties file in the React Native repository, as instructed in Building React Native from source docs.
  10. Run android emulator.