rncechat
v1.0.0
Published
Based off of `chat-engine-react-native`
Downloads
1
Readme
RNCEChat (React Native Chat Engine)
Based off of chat-engine-react-native
To get started:
npm install --save rncechat
Description
Get a chatroom up in running in just two lines of code
Add this to the top of your App.js
:
import { RNCEChat } from 'RNCEChat';
Then add this inside view tags:
<RNCEChat publishKey="YOURPUBLISHKEY" subscribeKey="YOURSUBSCRIPTIONKEY" chatRoomName="YOURCHATROOMNAME" />
Customizations coming soon.