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 211 stream-chat-react-native issues
Sort by recently updated
recently updated
newest added

## Issue After updating to react-native version 0.79.1, there is a problem with the axios package. I tried to nodeify the react-native project regarding this issue, but it continues to...

Needs Triaging

Hi, I have a scenario where users can view channels they aren't a member of. When viewing a channel they aren't a member of, I show a "Subscribe" button which...

Hello, I’ve implemented offline support in my app and am resending failed messages using the `retrySendMessage` function from `useMessagesContext`. While it works, I’m seeing duplicate messages in the UI when...

Needs Triaging

Hello there, I've built a chat app using React Native Expo and Stream Chat SDK v5. I use MessageList to show messages on the Chat Screen and have customized MessageContent...

Needs Triaging

## Issue In our application, we currently display multiple channels on the same screen. To achieve this, we are: 1. Using Separate β€œChat” Component Instances: We found that each channel...

Needs Triaging

I am developing a chat application using the Expo and GetStream SDK. For notifications, I am integrating Firebase with the GetStream SDK, which allows me to receive notifications. I have...

Needs Triaging

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.3. Changelog Sourced from node-forge's changelog. 1.3.3 - 2025-12-02 Fixed [pkcs12] Make digestAlgorithm parameters optional to fix PKCS#12/PFX issues introduced in 1.3.2. 1.3.2 - 2025-11-25...

Dependencies
javascript

Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.2.2 to 3.2.3. Release notes Sourced from jws's releases. v3.2.3 Changed Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via...

Dependencies
javascript

The PR focuses into optimising the behaviour of our `MessageList/MessageFlashList`. As a result of it move `renderItem` completely out of the `MessageList` and `MessageFlashList`. The changes mostly are as follows:...