Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

agora-react-native-rtm

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agora-react-native-rtm

React Native around the Agora RTM SDKs for Android and iOS agora

latest
Source
npmnpm
Version
2.2.6
Version published
Weekly downloads
1.5K
5.44%
Maintainers
5
Weekly downloads
 
Created
Source

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

  • API Ref

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Keywords

react-native

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts