React Native LiveChat SDK
npm install @ahiho/react-native-livechat
import LiveChat from "@ahiho/react-native-livechat";
// Initialize LiveChat SDK
LiveChat.initialize('YOUR_LICENSE_ID_HERE');
// Show LiveChat window
LiveChat.presentChat();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT