stream-chat-react-native icon indicating copy to clipboard operation
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

Results 196 stream-chat-react-native issues
Sort by recently updated
recently updated
newest added

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...

Documentation

## ~Blockquotes are not respected~: ## Table headers are hidden for the input: ``` | # | Name | Age |---|--------|-----| | 1 | John | 19 | | 2...

Bug
Needs Triaging
Internal Backlog

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:...

Feature Request

## 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...

Bug

## ๐ŸŽฏ 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...

Feature Request

## 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....

Needs Triaging

## 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...

Good First Issue
User Experience

## 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`....

Needs Triaging