react-native-cometchat-calling-component

4.0.0 • Public • Published

react-native-cc-test-libary

Getting started

$ npm install react-native-cc-test-libary --save

Mostly automatic installation

$ react-native link react-native-cc-test-libary

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-cc-test-libary and add CcTestLibary.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libCcTestLibary.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/[...]/MainApplication.java
  • Add import com.reactlibrary.CcTestLibaryPackage; to the imports at the top of the file
  • Add new CcTestLibaryPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-cc-test-libary'
    project(':react-native-cc-test-libary').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-cc-test-libary/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-cc-test-libary')
    

Usage

import CcTestLibary from 'react-native-cc-test-libary';

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.00
3.0.90
3.0.70
3.0.60
3.0.50
3.0.40
3.0.30
3.0.10
3.0.00
2.0.10
2.0.00
1.4.90
1.5.70
1.5.60
1.5.50
1.5.40
1.5.31
1.4.80
1.5.20
1.5.10
1.5.00
1.4.70
1.4.60
1.4.50
1.4.40
1.4.30
1.4.20
1.4.10
1.4.00
1.3.40
1.3.31
1.3.20
1.3.10
1.3.00
1.2.60
1.2.50
1.2.40
1.2.30
1.2.20
1.2.10
1.1.150
1.1.140
1.1.130
1.1.120
1.1.110
1.1.100
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.450
1.0.430
1.0.420
1.0.410
1.0.400
1.0.390

Package Sidebar

Install

npm i react-native-cometchat-calling-component

Weekly Downloads

2

Version

4.0.0

License

MIT

Unpacked Size

830 kB

Total Files

172

Last publish

Collaborators

  • jitvarpatil