agora-react-native-rtm
v2.2.6
Published
React Native around the Agora RTM SDKs for Android and iOS agora
Readme
agora-react-native-rtm
This SDK takes advantage of React Native and Agora RTM SDK on Android && iOS.
Release Note
Installation
Installing (React Native >= 0.70.0)
Install agora-react-native-rtm(^2.2.3):
yarn add agora-react-native-rtmor
npm i --save agora-react-native-rtmGo to your ios folder and run:
pod installGeneral Usage
import { createAgoraRtmClient, RtmConfig } from 'agora-react-native-rtm';
const engine = createAgoraRtmClient(
new RtmConfig({
userId: Config.uid,
appId: Config.appId,
})
);Doc
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
