Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahiho/react-native-livechat
- Owner: ahiho
- License: mit
- Created: 2020-08-17T10:48:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T09:29:38.000Z (over 4 years ago)
- Last Synced: 2024-11-18T14:14:23.881Z (3 months ago)
- Language: Java
- Size: 449 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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