react-native-kustomer-2
v0.4.0
Published
React Native Library for Kustomer Chat 2.0 SDK
Downloads
1
Readme
react-native-kustomer-2
Kustomer 2.0
Installation
npm install react-native-kustomer-2
Usage
import { KustomerService } from '../service/KustomerService';
// ...
//instantiate
const kustomer = new KustomerService;
//log in with email (this will check if the user is logged in automatically)
await kustomer.logIn(userEmail);
//bring up the chat
kustomer.show();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT