# react-native-excalibur-chat

## Getting started

`$ npm install react-native-excalibur-chat --save`

### Mostly automatic installation

`$ react-native link react-native-excalibur-chat`

## Usage
```javascript
import { merchantLogin } from "@webileapps/react-native-excalibur-chat";

merchantLogin("your merchant id", "your merchant name");
```
