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
## π― Goal Fix a few inaccurate or missing French translations. ## π Implementation details I am a native French speaker from Canada. I was reviewing the French translations and...
## Issue Adding `deletedMessagesVisibilityType={'never'}` to Channels component... https://github.com/GetStream/stream-chat-react-native/blob/4912ce99e59a3b9ae5100836ad18636bfe640622/examples/ExpoMessaging/app/channel/%5Bcid%5D/thread/%5Bcid%5D/index.tsx#L16-L27 ```diff return ( ``` ... will break list on iOS devices after deleting the only last thread message. https://github.com/user-attachments/assets/5d5dfbdd-5c3c-4f1c-a8e2-61e85f8b57c8 If wait a...
**Motivation** While the library already allows swapping out the list component, LegendList handles list inversion differently, which makes it incompatible out of the box for chat UIs. Proper support would...
**Summary:** This request is for a feature that already exists in Stream Chat Android SDK - `imageHeadersProvider` (more info on that: https://getstream.io/chat/docs/sdk/android/ui/general-customization/chatui/#adding-extra-headers-to-image-requests) **Background:** We host user avatars on our own...
## Issue Hello! π In our React Native app, we are using the GetStream library and have encountered a performance issue with the `MessageList` component. It appears to rerender all...
## Issue **Description** Weβve observed that the GetStream library fails to reconnect automatically after a network outage lasting around 10 seconds or more. In addition, re-initializing the chat instanceβby navigating...
## Issue Message text sometimes gets truncated on Android when the `Accessibility/Display size and text/Bold text` setting is enabled this screencap shows the issue with the bottom two messages: while...
[π₯] No suitable URL request handler found for ph://11B72114-7060-453B-A838-554A0B952C02/L0/001
## Issue When using the `` component and trying to select images from the user's image gallery, the following error is produced: ``` No suitable URL request handler found for...
Hello there! I'm having issue integrating stream chat into my react native expo app. When I start the integration, I get this error first ``` Android Bundling failed 31259ms node_modules/expo-router/entry.js...
## Issue Describe your issue here ### Steps to reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See...