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

Apparently no way to disable file size limitation from the code or from the admin panel? Related to the same ticket for the web (react): https://github.com/GetStream/stream-chat-react/issues/2473 ## Issue Alway trigger...

Enhancement
Feature Request

🔥 ## Issue Despite specifying a Stream theme like so: ```typescript import { DeepPartial, Theme } from "stream-chat-expo" import theme from "./theme" type CustomTheme = DeepPartial const FONT_REGULAR = {...

Needs Triaging

**Motivation** Want to customize styling of text rendered by the EmptyStateIndicator component **Proposed solution** Add theme properties for the test rendered by the EmptyStateIndicator component there are existing properties applied...

Feature Request

## Issue The UIKit for Threads requires a MessageType object for the following code snippet: ``` ``` However, the SDK to query both messages and threads returns objects that cannot...

Feature Request

**Motivation** I would like to request the addition of a custom prop that allows trimming whitespace from messages before they are sent. This feature will improve user experience by preventing...

Feature Request

## Issue I'm trying to check the default `InlineUnreadIndicator` but with no success, it does not appear (even if I declare that I'm using it). I research your code base...

Needs Triaging

## Issue When I have multiple ChannelList components rendered on the same screen with different channel filters applied and I receive a new message, I am getting that channel in...

Needs Triaging

I am building a chat application using the GetStream SDK as well as react native expo and wanted to implement offline support for my application. I followed the documentation, but...

Needs Triaging

## Issue A user reported an issue where no messages were visible in their chat, despite being certain that messages were present. After investigating, we found that the user had...

Awaiting API Improvement
Feature Request
Backend

## Issue UI goes inifinte loop version : "stream-chat": "^8.1.3", "stream-chat-expo": "5.39.0", "stream-chat-react": "^10.4.2", in expo react native ![Screenshot from 2024-10-03 12-17-02](https://github.com/user-attachments/assets/71b56bd6-44b8-42c9-9b2e-26f51909172c) Describe your issue here ### Steps to reproduce...

Needs Triaging