1.0.19 • Published 6 years ago

react-native-video-quickblox v1.0.19

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

react-native-video-quickblox npm version npm

Quickblox video call for React Native

Getting started

$ npm install react-native-video-quickblox --save or yarn add react-native-video-quickblox

Mostly automatic installation

$ react-native link react-native-video-quickblox

Configure Project

iOS

  1. Add Quickblox and Mantle Add a Podfile to your ios directory with the following content. Then run pod install and open the generated .xcworkspace from now on in xcode.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target 'YourProject' do
pod 'Quickblox-WebRTC', '~> 2.6.1'
pod 'QuickBlox', '~> 2.12'
pod 'Mantle', '~> 2.1.0'
end
  1. Click on Project → Select Target of interest → Choose Build Phases tab → Link Binary With Libraries → At the bottom of this list hit + to add libraries.

Here is the list of required Apple library frameworks:

libicucore.dylib
libc++.dylib
libresolv.dylib
libxml2.dylib
libz.dylib
CFNetwork.framework
GLKit.framework
MobileCoreServices.framework
SystemConfiguration.framework
VideoToolbox.framework
Accelerate.framework

Android

Usage

This example is a little bit messy, but it can help you (I think)

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago