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
**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...
**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...
**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: 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...
As mentioned [here](https://getstream.slack.com/archives/C016MJGGSF9/p1651509730162219) gz#22788
**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...
**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...
**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...
**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...
How to customize touchable handlers and get relevant information when a handler is fired.