Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giantss/demoapp
一个快速浏览极光推送、第三方授权登陆分享、统计的 react native demo
https://github.com/giantss/demoapp
push react react-native share statistics third-party-authorization-to-login
Last synced: 2 months ago
JSON representation
一个快速浏览极光推送、第三方授权登陆分享、统计的 react native demo
- Host: GitHub
- URL: https://github.com/giantss/demoapp
- Owner: giantss
- License: mit
- Created: 2017-11-28T02:00:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T02:06:05.000Z (over 3 years ago)
- Last Synced: 2024-10-04T19:17:01.376Z (3 months ago)
- Topics: push, react, react-native, share, statistics, third-party-authorization-to-login
- Language: JavaScript
- Homepage:
- Size: 4.58 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DemoApp
### 一个快速浏览极光推送、第三方授权登陆分享、统计的react native demo## 使用的依赖版本
"jcore-react-native": "^1.2.2",
"jpush-react-native": "^2.1.3",
"janalytics-react-native": "^1.1.0",
"jshare-react-native": "^1.1.0",## demo效果图
## 图一
![](https://github.com/giantss/DemoApp/blob/master/res/res/WechatIMG65.jpeg)
## 图二
![](https://github.com/giantss/DemoApp/blob/master/res/res/WechatIMG66.jpeg)
## 图三
![](https://github.com/giantss/DemoApp/blob/master/res/res/WechatIMG67.jpeg)
## 使用注意事项
- 使用前提是你已经在极光申请了应用并获取到了AppKey。
- 替换项目中极光到AppKey为自己申请到AppKey。
- 关于分享授权登陆和分享需要去对应到平台申请AppKey,然后参考[点我查看文档](https://github.com/jpush/jshare-react-native)替换掉DemoApp中的一下第三方的配置信息。
- ios android两个平台的api所有不同,具体的请参考官方文档。# 使用步骤
- `git clone https://github.com/giantss/DemoApp.git`
- `cd DemoApp/`
- `npm install`
- `react-native run-ios/run-android`