Skip to content

phrase/react_native_sdk_example

Repository files navigation

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