Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahiho/react-native-livechat

React Native LiveChat SDK https://developers.livechat.com
https://github.com/ahiho/react-native-livechat

Last synced: 3 months ago
JSON representation

React Native LiveChat SDK https://developers.livechat.com

Awesome Lists containing this project

README

        

# @ahiho/react-native-livechat

React Native LiveChat SDK

## Installation

```sh
npm install @ahiho/react-native-livechat
```

## Usage

```js
import LiveChat from "@ahiho/react-native-livechat";

// Initialize LiveChat SDK

LiveChat.initialize('YOUR_LICENSE_ID_HERE');

// Show LiveChat window
LiveChat.presentChat();
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT