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
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...
🔥 ## 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 = {...
**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...
## 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...
**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...
## 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...
## 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...
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...
## 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...
## 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  Describe your issue here ### Steps to reproduce...