Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.3 KB

File metadata and controls

59 lines (38 loc) · 1.3 KB

agora-react-native-rtm

npm npm npm npm

This SDK takes advantage of React Native and Agora RTM SDK on Android && iOS.

Release Note

Changelog

Installation

Installing (React Native >= 0.70.0)

Install agora-react-native-rtm(^2.2.3):

yarn add agora-react-native-rtm

or

npm i --save agora-react-native-rtm

Go to your ios folder and run:

pod install

General 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