1.0.0 • Published 7 years ago
rncechat v1.0.0
RNCEChat (React Native Chat Engine)
Based off of chat-engine-react-native
To get started:
npm install --save rncechatDescription
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.
1.0.0
7 years ago