@webileapps/react-native-excalibur-chat
v0.0.3
Published
A react native module that exposes a way to login to Excalibur chat via javascript.
Downloads
3
Keywords
Readme
react-native-excalibur-chat
Getting started
$ npm install react-native-excalibur-chat --save
Mostly automatic installation
$ react-native link react-native-excalibur-chat
Usage
import { merchantLogin } from "@webileapps/react-native-excalibur-chat";
merchantLogin("your merchant id", "your merchant name");