• Release Notes
  • User
  • Admin
  • Developers
  • Integrations

›React Native

General

  • Overview
  • LiveView / CoBrowsing / Session Recordings

JS API

  • Overview
  • CoBrowsing
  • LiveView / Session Recordings
  • WebChat
  • Web Calling
  • Video Conference
  • Logging
  • User
  • Team
  • API
  • Supported Browsers
  • Supported Technologies

Android

  • Overview
  • Installation
  • Usage
  • Reference
  • Licenses

iOS

  • Overview
  • Installation
  • Usage
  • Reference
  • Licenses

React Native

  • Overview
  • Installation
  • Usage
  • Reference

Cordova

  • Overview
  • Installation
  • Usage

Flutter

  • Overview
  • Installation
  • Usage
  • Reference

Capacitor

  • Overview
  • Installation
  • Usage
  • Reference

Installation

Set up the development environment

To setup the React Native development environment folow the steps in this guide.

Add the library to your application

To add the chatvisor module into your application just install it using npm:

npm install react-native-teamviewer-engage --save

Android

Make sure your minSdkVersion is equal or greater than 23. To resolve the android library, add the following lines to the gradle file of your application:

repositories {
  ...
  
  jcenter()
  maven { url "https://.../android" }
  maven { url "https://github.com/jitsi/jitsi-maven-repository/raw/master/releases" }
}

iOS

Add the lines below to your Podfile. Also make sure to disable Flipper since it will not work when use_frameworks! is set.

use_frameworks!

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
        config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
    end
  end
end

After changing the Podfile run the following command inside the folder containing the Podfile.

pod install
← OverviewUsage →
  • Set up the development environment
  • Add the library to your application
    • Android
    • iOS
MANUALS
User Manual: Sales Suite
Admin Manual: Sales Suite
User Manual: Support Suite
Admin Manual: Support Suite
DEVELOPERS
Integrations
REST API
SDK API
LEGAL
Privacy Policy
Terms and Conditions
Imprint
Engage
Copyright © 2024 Chatvisor GmbH