react-native-kustomer-2
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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

Package Sidebar

Install

npm i react-native-kustomer-2

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

28.8 kB

Total Files

17

Last publish

Collaborators

  • sg-npm