strong-chat-client
v1.0.1
Published
StrongSD@ chat client library
Readme
strong-chat-client
StrongSD@ Strong-Chat Client library
Install
npm install --save strong-chat-clientUsage
import React, { Component } from 'react'
import Chat, { ChatView } from 'strong-chat-client'
class Example extends Component {
componentDidMount() {
Chat.init({
serviceURL: 'https://.....',
authToken: '<token>',
});
}
render () {
return (
<ChatView />
)
}
}License
MIT © yarikhenza
