react-native-partyup-rongcloud
v1.0.7
Published
Rongcloud For React Native
Downloads
11
Readme
react-native-lomocoin-rongcloud
Rongcloud For React Native
Usage
npm i react-native-partyup-rongcloud
react-native link react-native-partyup-rongcloud
Android config
- config AndroidManifest.xml
- fix settings.gradle
// file: android/settings.gradle
// ...
include ':react-native-partyup-rongcloud'
project(":react-native-partyup-rongcloud").projectDir = file("../node_modules/react-native-partyup-rongcloud/android")
// file: android/app/build.gradle
dependencies {
// ...
compile project(':react-native-partyup-rongcloud')
}
iOS config
Build Phases -> Link Binary With Libraries -> add Other:
- libopencore-amrnb.a
- RongIMLib.framework
- libsqlite3.tbd
add framework search paths & library search paths "$(SRCROOT)/../node_modules/react-native-partyup-rongcloud/ios/lib"
Import
import RongCloud from 'react-native-partyup-rongcloud'
iOS Push Notifications
Please follow RongCloud official website to configuration certificate: http://www.rongcloud.cn/docs/ios_push.html
Xcode 工程配置
Thanks
this project is base on https://github.com/lovebing/react-native-rongcloud-imlib