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

## 🎯 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...

Needs Triaging

**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...

Feature Request

**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...

Feature Request

## 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...

Needs Triaging

## 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...

Needs Triaging

## 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...

Needs Triaging

## 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...

Needs Triaging

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...

Needs Triaging

## 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...

Needs Triaging