Socket
Book a DemoInstallSign in
Socket

react-native-jivochat

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-jivochat

Customer Support Chat by JivoChat

1.1.5
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

NPM downloads NPM version License Follow on Twitter

react-native-jivochat

Getting started

$ yarn add react-native-jivochat or $ npm install react-native-jivochat --save

Mostly automatic installation

$ react-native link react-native-jivochat

Manual installation

iOS

  • In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  • Go to node_modulesreact-native-jivochat and add RNJivochat.xcodeproj
  • In XCode, in the project navigator, select your project. Add libRNJivochat.a to your project's Build PhasesLink Binary With Libraries
  • Run your project (Cmd+R)<

Android

  • Open up android/app/src/main/java/[...]/MainApplication.java
  • Add import com.rf1804.jivochat.RNJivochatPackage; to the imports at the top of the file
  • Add new RNJivochatPackage() to the list returned by the getPackages() method
  • Append the following lines to android/settings.gradle:
    include ':react-native-jivochat'
    project(':react-native-jivochat').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-jivochat/android')
    
  • Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-jivochat')
    

For Smooth implementation kindly follow jivoChatExample folder

SDK Configuration

The widget_id and site_id can be found by going to the admin panel and then into the settings section of your Mobile app SDK. If you didn't create one yet, go "Add communication channels -> Mobile app SDK" and after asigning a new name, the widget_id and site_id will be displayed.

The configuration settings for SDK can be located in the index.html file:

Android

Loaction-> react-native-jivochat/android/src/main/assets/html/index_en.html

jivo_config = {
      //widget_id - REPLACE with YOUR own!
      "widget_id": "xxxx",

      //site_id - REPLACE with YOUR own!
      "site_id": xxxxx,

      //the color of the submit button
      "plane_color":"red",

      //color of agent messages
      "agentMessage_bg_color":'green',

      //text color of the message agent
      "agentMessage_txt_color":'blue',

      //color of the client message
      "clientMessage_bg_color":'yellow',

      //text color of the client message
      "clientMessage_txt_color":'black',

      //active the invitation, if not use, leave blank
      "active_message": "Hello! Can I help you?",

      //link that will glow in the operator program
      "app_link":'Widget_Mobile',

      //The text in the input field
      "placeholder": "Enter message',

      //use secure connection
      "secure": true,

      //use for replace onEvent function
      //"event_func": function(event) {console.log(event)}
  }

Usage

import RNJivochat from 'react-native-jivochat';

Call this function:
let userName: 'Tester'
let userEmail: 'test@gmail.com'
  RNJivochat.openJivoChat(userName, userEmail)

Keywords

react

FAQs

Package last updated on 20 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.