Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agoraio/agora-react-native-rtm
React Native around the Agora RTM SDKs for Android and iOS agora
https://github.com/agoraio/agora-react-native-rtm
agora android ios react-native realtime-messaging rtm signaling
Last synced: 6 days ago
JSON representation
React Native around the Agora RTM SDKs for Android and iOS agora
- Host: GitHub
- URL: https://github.com/agoraio/agora-react-native-rtm
- Owner: AgoraIO
- License: mit
- Created: 2019-07-08T03:07:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T14:53:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T02:36:58.939Z (13 days ago)
- Topics: agora, android, ios, react-native, realtime-messaging, rtm, signaling
- Language: Java
- Homepage: https://www.agora.io/en/
- Size: 2.25 MB
- Stars: 63
- Watchers: 45
- Forks: 36
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-native - agora-react-native-rtm +5 - A React Native Agora RealTime-Message Cloud Service Wrapper. (Components / Integrations)
- awesome-react-native - agora-react-native-rtm +5 - A React Native Agora RealTime-Message Cloud Service Wrapper. (Components / Integrations)
- awesome-react-native - agora-react-native-rtm +5 - A React Native Agora RealTime-Message Cloud Service Wrapper. (Components / Integrations)
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.## Installation
```sh
npm install agora-react-native-rtm
```## Usage
```js
import { multiply } from 'agora-react-native-rtm';
```## Documentation
* [examples](example)
* [api docs](https://agoraio.github.io/agora-react-native-rtm/latest/)
* [Agora RTM 中文文档](https://docs.agora.io/cn/Real-time-Messaging/product_rtm?platform=All%20Platforms)
* [Agora RTM English](https://docs.agora.io/en/Real-time-Messaging/product_rtm?platform=All%20Platforms)## Resources
* Complete [API documentation](https://docs.agora.io/en/) at the Developer Center
* [File bugs about this sample](https://github.com/AgoraIO/agora-react-native-rtm/issues)
* [React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html)## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT