Rongcloud For React Native
npm i react-native-lomocoin-rongcloud
react-native link react-native-lomocoin-rongcloud
- config AndroidManifest.xml
- fix settings.gradle
// file: android/settings.gradle
// ...
include ':react-native-lomocoin-rongcloud'
project(":react-native-lomocoin-rongcloud").projectDir = file("../node_modules/react-native-lomocoin-rongcloud/android")
// file: android/app/build.gradle
dependencies {
// ...
compile project(':react-native-lomocoin-rongcloud')
}
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-lomocoin-rongcloud/ios/lib"
import RongCloud from 'react-native-lomocoin-rongcloud'
Please follow RongCloud official website to configuration certificate: http://www.rongcloud.cn/docs/ios_push.html
this project is base on https://github.com/lovebing/react-native-rongcloud-imlib