UNPKG

agora-react-native-rtm

Version:

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

39 lines (25 loc) 1.11 kB
# 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