stream-chat-react-native
stream-chat-react-native copied to clipboard
๐ฌ React-Native Chat SDK โ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
Hello there! I am using the [WhatsApp clone](https://github.com/GetStream/react-native-samples/tree/main/projects/WhatsAppClone) code as a guide, and have reached kind of a dead end. The example project has an [Image Preview](https://github.com/GetStream/react-native-samples/blob/main/projects/WhatsAppClone/src/screens/ImagePreview.tsx) screen, which I...
## ~Blockquotes are not respected~: ## Table headers are hidden for the input: ``` | # | Name | Age |---|--------|-----| | 1 | John | 19 | | 2...
Hello, My application has 2 tabs - `Inbox` and `Message Request`. - Filter for Inbox: ``` type: `messaging`, members: { $in: [user?.id] }, last_message_at: { $lt: new Date() }, member_count:...
## Issue When passing `EmptyStateIndicator` to the `Channel` component (and a user is viewing a channel with no messages), sending a new message in the channel will **not** automatically hide...
## ๐ฏ Goal ## ๐ Implementation details ## ๐จ UI Changes iOS Before After Android Before After ## ๐งช Testing ## โ๏ธ Checklist - [ ] I have signed the...
## ๐ฏ Goal - The parent message is enabled to execute press functions in a thread ## ๐ Implementation details - Currently, users can't execute press functions on the parent...
**Motivation** Would like to have the ability to add custom attachments while drafting a message similar to the experience of attaching a file or image. The docs outline the ability...
## Issue The send button doesn't activate when users copy and paste multiple times. The textarea also should expand depending on the number of lines. However, it doesn't change either....
## Issue When entering new lines in chat, StreamChat doesn't render the message with those new lines. (String reported from server has new lines: `"This is a test message\n\n\n\nAnd I...
## Issue The logic for groupStyles mislabels messages where the previous message is "single" and the difference in the current and previous messages' create time is longer than the `maxTimeBetweenGroupedMessages`....