Package Exports
- agora-react-native-rtm
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agora-react-native-rtm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
agora-react-native-rtm
Description
The agora-react-native-rtm is an open-source wrapper for react-native developers. This SDK takes advantage of React Native and Agora RTM SDKs on Android/iOS.
Compatibility
>= react native 0.55.xiOS SDK 8.0+Android 5.0+ x86 arm64 armv7
Installation
Install with npm:
npm install --save agora-react-native-rtm
Or, install with yarn:
yarn add agora-react-native-rtm
Either way, then link with:
react-native link agora-react-native-rtm
Documentation
Resources
- Complete API documentation at the Developer Center
- File bugs about this sample
- React Native Getting Started