nexion-chat-sdk1
v1.0.0
Published
Secure encrypted chat SDK for React Native
Maintainers
Readme
Nexion Chat SDK
Secure encrypted chat for React Native applications.
Installation
npm install nexion-chat-sdk
Usage
const { NexionChat } = require('nexion-chat-sdk'); const chat = NexionChat({ apiKey: 'your-key' }); chat.init();
