0.4.0 • Published 2 years ago

react-native-kustomer-2 v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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