-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
<ChatFeed
messages={messages} // Array: list of message objects
isTyping={false} // Boolean: is the recipient typing
/* hasInputField={} */
showSenderName // show the name of the user who sent the message
bubblesCentered={true} //Boolean should the bubbles be centered in the feed?
// JSON: Custom bubble styles
bubbleStyles={{
text: {
fontSize: 16,
},
chatbubble: {
borderRadius: 70,
padding: 10,
},
}}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels