1.1.4 • Published 2 years ago

agora-rte-comp-chat-widget v1.1.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

agora-rte-comp-chat-widget

Getting started

$ npm install agora-rte-comp-chat-widget --save

Mostly automatic installation

$ react-native link agora-rte-comp-chat-widget

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesagora-rte-comp-chat-widget and add RNAgoraRteChatview.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNAgoraRteChatview.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.agorarte.chat.RNAgoraRteChatviewPackage; to the imports at the top of the file
  • Add new RNAgoraRteChatviewPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:

    include ':agora-rte-comp-chat-widget'
    project(':agora-rte-comp-chat-widget').projectDir = new File(rootProject.projectDir,  '../node_modules/agora-rte-comp-chat-widget/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:

       compile project(':agora-rte-comp-chat-widget')

Usage

import RNAgoraRteChatview from 'agora-rte-comp-chat-widget';

// TODO: What to do with the module?
RNAgoraRteChatview;