React-native-gifted-chat: Add examples of group messaging

Created on 6 Dec 2018  路  10Comments  路  Source: FaridSafi/react-native-gifted-chat

Group messaging is possible?

All 10 comments

Yes!

@mafiusu,how to implement group messaging?

please share sample code

@anjumpaul it's possible to chat with multiple chat participants. But what exactly do you mean with group chatting? Please fill out the issue template.

@mafiusu, is it possible to create a group like in whatsapp?

This chat component only reflects a basic chat User Interface. To create groups like in WhatsApp you have to create a Chat List Screen and do many things in your backend.

how to implement chat with multiple chat participants.can you share some example?

@anjumpaul as noted by @mafiusu this requires backend work as well which is not covered by react-native-gifted-chat and that solution is up to your discretion. Gifted chat allows you to pass any messages that you want, including that from multiple participants (multiple user _id's) but handling this on the backend requires work that is out of the scope of this library.

@cooperka can we please close this?

@Faolain I updated the title to reflect the actual need here. Feel free to note any similar questions as duplicates of this one. I don't think closing it will help unless there's an actual answer to the question that users can refer to (people will just keep opening new issues to ask the same thing).

On a related note, if you reach out to Farid he's generally quite friendly and he may grant you collaborator access so you can help clean up these issues. Unfortunately I personally don't have the time right now to actively maintain these issues, but I appreciate your help.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

emilkarl picture emilkarl  路  3Comments

redwind picture redwind  路  3Comments

cassioseffrin picture cassioseffrin  路  3Comments

radvc picture radvc  路  3Comments

luisar picture luisar  路  3Comments