An open API service indexing awesome lists of open source software.

https://github.com/jpush/jsms-react-native


https://github.com/jpush/jsms-react-native

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# jsms-react-native

极光官方开发的[极光短信](https://docs.jiguang.cn/jsms/client/iOS/ios_api/) react-native 插件。

## 安装

```
npm i jsms-react-native
react-native link
```

## 使用

```javascript
import JSMS from 'jsms-react-native'

JSMS.init('换成极光官网注册的应用 appkey');
```