qiscus-meet

1.0.2 • Public • Published

qiscus-meet

Getting started

$ npm i qiscus-meet --save

Mostly automatic installation

$ react-native link qiscus-meet

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesqiscus-meet and add RNQiscusMeetModule.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNQiscusMeetModule.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.reactlibrary.RNQiscusMeetModulePackage; to the imports at the top of the file
  • Add new RNQiscusMeetModulePackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':qiscus-meet'
    project(':qiscus-meet').projectDir = new File(rootProject.projectDir, 	'../node_modules/qiscus-meet/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':qiscus-meet')
    

Usage

import RNQiscusMeetModule from 'qiscus-meet';
 
// TODO: What to do with the module?
RNQiscusMeetModule;

Readme

Keywords

Package Sidebar

Install

npm i qiscus-meet

Weekly Downloads

1

Version

1.0.2

License

none

Unpacked Size

463 kB

Total Files

59

Last publish

Collaborators

  • arioki1