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.
-
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)
-
Open the Terminal app and run the
init
command to generate the project files.react-native init RNProject
-
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 .
- Agora RTC API for Android / iOS.
- Complete API documentation is available at the Document Center.