https://github.com/jpush/jsms-react-native
https://github.com/jpush/jsms-react-native
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpush/jsms-react-native
- Owner: jpush
- License: mit
- Created: 2018-10-22T09:35:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T02:24:10.000Z (over 6 years ago)
- Last Synced: 2025-08-26T01:01:56.448Z (5 months ago)
- Language: Java
- Size: 6.05 MB
- Stars: 3
- Watchers: 18
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```