1.0.0 • Published 1 year ago

react-native-supsis v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

SupsisChat for React Native

This is a React Native component to easily add SupsisChat widget to your application.

It works for both iOS and Android.

Getting Started

Prerequisites

To use SupsisChat in your React application, you will need the SupsisChat license ID.

  • domainName - Defines the name of your application
  • For instance , namespace - supsis - for www.supsis.com

If you don't have an account, you can create one here.

Installation

To import SupsisChat for React Native, run the following command to install required dependency (react-native-webview) and react-native-supsischat library:

yarn add react-native-webview react-native-supsischat
npm install react-native-webview react-native-supsischat --save

User Guide

Start

Having imported SupsisChat for React Native, put it in your render method:

import { SupsisChat } from 'react-native-supsischat'

...

<SupsisChat ref={supsisRef} domainName="your-domain-name"/>

Commands

supsisRef.current.setUserData({
	email: "John@doe.com",
});

Support

If you need any help, you can chat with us here.

I hope you will find this module useful. Happy coding!

1.0.0

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago