Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.47 KB

contributions.md

File metadata and controls

43 lines (30 loc) · 1.47 KB

Contribute to the Agora React Native Wrapper

This tutorial enables you to generate project files for Android and iOS, enabling you to contribute your own code to the Agora React Native wrapper for Android / iOS.

Prerequisites

  • Agora.io Developer Account

  • Node.js 6.9.1+

  • For Android development:

    • Android Studio 2.0+
    • A code editor such as Sublime Text
    • Physical Android device (Android Simulator is not supported)
  • For iOS development:

    • Xcode 8.0+
    • A physical iPhone or iPad device (iOS Simulator is not supported)

Quick Start

  1. Open the Terminal app and run the init command to generate the project files.

    react-native init RNProject
    
  2. Create the Agora React Native wrapper for Android or iOS.

    Android

    react-native run-android
    

    iOS

    react-native run-ios
    

For information on how to apply the available API functionality, see Agora React Native API .

Resources: