Giter Site home page Giter Site logo

rongcloud-imlib-react-native-ios's Introduction

rongcloud-imlib-react-native

Rongcloud IMLib Module For React Native

ios config

  1. 下面两个文件放在工程ios目录下。 在工程YCParApp的Libraries上点右键,将这两个文件加到项目中
  • libopencore-amrnb.a
  • RongIMLib.framework
  1. Target > YCParApp > BuildPhase > Link Binary With Libraries > + > 输入libsqlite3.tbd
  • libsqlite3.tbd
  1. add framework search paths & library search paths Target > YCParApp > Build Setting > Search Paths
  • $(PROJECT_DIR)/../node_modules/rongcloud-imlib-react-native/ios/lib

android config

  • config AndroidManifest.xml
  • fix settings.gradle
// file: android/settings.gradle
// ...
include ':rongcloud-imlib-react-native'
project(":rongcloud-imlib-react-native").projectDir = file("../node_modules/rongcloud-imlib-react-native/android")
// file: android/app/build.gradle

dependencies {
    // ...
    compile project(':rongcloud-imlib-react-native')
}

import

import RongCloud from 'rongcloud-imlib-react-native'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.