Build chat app with React native giftedchat and pubnub
git clone https://github.com/krissnawat/pubnub-react-native-chat
yarn or npm install
add your key
this.pubnub = new PubNubReact({
publishKey: "your key",
subscribeKey: "your key",
});
and run two simulator for testing
react-native run-android
react-native run-ios
npm run test
- Basic setup with GiftedChat
- Add Basic Auth and display history message by user
- Add online user count and avatar
- Improve Auth with Auth0
- Typing Indicator
- one to one chat
- unread message counts
- Push Notifications
- add emoji
- send file and image also making preview
- sending location
- Chatbot Integrations
- Content Moderation with filter word
- Language Translation on the fly with AWS Translate
- redesign UI baseon this article
👤 Krissanawat
- Twitter: @krissanawat101
- Github: @krisanawat
Give a ⭐️ if this project helped you!