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

**Describe the bug** A video recorded on an iOS device (iPhone 13) renders correctly in the app after being uploaded, but when viewed on web (react) the video doesn't render....

Bug
Needs Triaging

During the development of https://github.com/GetStream/stream-chat-react-native/pull/1239 we realized that jumping to the message cannot be tested via the react-native-testing library. As a component's visibility cannot be checked. This seems to be...

Enhancement

**Motivation** Currently our tutorial is based on jsx based code samples. But it would be nice if tutorial also contains typescript implementation of Chat components. **Proposed solution** Add a separate...

Documentation

**Motivation** Ref - https://getstream.zendesk.com/agent/tickets/23105 The customer would like to have styling for the nested list as well as blockquote in his/her application. **Proposed solution** The `renderText` function doesn't have the...

Feature Request

**Describe the bug** have a use case where i want to remove a file which was selected from the attachment picker. I tried calling the removeFile() provided by the MessageInputContext....

Needs Triaging

**Motivation** Our current [getting started guide](https://getstream.io/chat/docs/sdk/reactnative/#add-dependencies). We have tabs for `yarn` vs `npm` , but I think it will make more sense to have tabs - React Native vs Expo...

Documentation

**Bug description:** There are 2 types of user ban - global (_app_ scope) or channel (_messaging_ scope). Modyfing _messaging_ scope enables user to see _Block User_ button in the UI...

Needs Triaging

https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Message/MessageSimple/MessageText.md#rendertext Link for `renderText` is wrong

Convert all js tests to typescript gz#22647

Enhancement

**Motivation** Generics cause unneeded complexity and confusion among customers. [See internal conversation](https://getstream.slack.com/archives/C012FGW0XJS/p1653920303404839) **Proposed solution** Answering these questions: - What will be the best way to achieve this? - How should...

Feature Request
Improved Customisability