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):
```shell script yarn add agora-react-native-rtm
or
```shell script
npm i --save agora-react-native-rtm
Go to your ios folder and run:
```shell script pod install
## General Usage
```typescript
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