Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 628 Bytes

File metadata and controls

19 lines (13 loc) · 628 Bytes

Phrase OTA for React Native Example

Example application for the OTA React Native SDK.

Setup

Android

  • Set Android SDK ENV variables export ANDROID_SDK_ROOT=/path_to_sdk export ANDROID_HOME=/path_to_sdk
  • Make sure the Android emulator is running
  • Run Android app npm run android

iOS

  • Run cd ios && pod install
  • Launch app npm run ios