sorun-native-conversation
v0.1.0
Published
SORUN company native conversation component
Downloads
183
Keywords
Readme
sorun-native-conversation
SORUN company native conversation component
Important release notes
0.0.97: Changed font size of time stamp on messages 0.0.95: Added agent/client typing feature 0.0.93: Fixing agent image and name style 0.0.92: Removing logout and fix scrolling down when getting a message 0.0.87: Making the scroll down fast 0.0.85: Replacing Auto grow input and keyboard aware scroll view with better components 0.0.78: Uniting some dependencies inside the compoenents (Message list and input), fixing a lot of calls problem, new stable version
Install
npm install --save sorun-native-conversation
Usage
import React, { Component } from 'react'
import NativeConversation from 'sorun-native-conversation'
class Example extends Component {
render () {
return (
<NativeConversation />
)
}
}
License
MIT © [Ahmad Mhaish](https://github.com/Ahmad Mhaish)