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

**Description** When you pin a message which is not the bottom of the message group, UI of pinned highlight doesn't look good. The reason being highlighted (pinned) part of pinned...

Enhancement
Good First Issue
Internal Backlog

**Motivation** We often get the question of how to change the styling of MessageInput's TextInput when typing. **Proposed solution** Let's document this in a guide, where we take our customers...

Feature Request
Documentation

**Describe the bug** Open the sample App. Just randomly open and close channels from the channel list. You will get a crash. **Proposed fix** This is due to https://github.com/software-mansion/react-native-gesture-handler/issues/1675. The...

Bug
Android Only

BUG: Implementing 'Multiple conversations' referring the doc: https://getstream.io/chat/react-native-chat/tutorial/#:~:text=your%20Camera%20Roll.-,Multiple%20conversations,-Most%20chat%20applications getting the following error when passing client to component: Error at line, while passing client prop: 'Type 'StreamChat' is not assignable to...

Needs Triaging

As mentioned [here](https://getstream.slack.com/archives/C016MJGGSF9/p1651509730162219) gz#22788

Documentation
Push Notification

**Describe the bug** *****Pinned by {{ user }}***** text that appears around a pinned message does not get translated. **Dev environment info (please complete/provide the following information):** - Package version...

Bug
Good First Issue

**Motivation** We need to know a position of Channel List item to show different style, so we can use `renderItem` `index` for that, but currently it's not available in custom...

Good First Issue
Feature Request

**Motivation** The FileUploadPreview has an indicator for unsupported file types which isn't customizable yet. As a user, I want to customize the component `UnsupportedFileTypeOrFileSizeIndicator` using a prop from Channel/MessageInput whichever...

Feature Request

**Motivation** `MessageTextContainer` is not customizable. Several customers are interested in customizing this particular component to achieve a specific look and feel, such as a gradient background. More info [here](https://getstream.slack.com/archives/C02GBL5M1BK/p1652839611703699) **Proposed...

Feature Request
Improved Customisability

How to customize touchable handlers and get relevant information when a handler is fired.

Improved Customisability