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 I've recently updated my project to React Native 0.81.4. I've read about the Android 15 edge-to-edge enforcement, and I noticed that the MessageInput was getting covered by the...

Needs Triaging

https://github.com/user-attachments/assets/2ecba310-292b-49a1-82af-1d3a075394a2 Following the spec of iOS and Flutter SDK here for blocked message component. They show something similar to a system message.

## šŸŽÆ Goal Allow conditional call to `useCreateChatClient`. I want a partial deployment of the feature across my user-base. Doing it properly currently requires calling the hook in a conditionnaly...

Hey guys, I’m integrating Stream Chat in a React Native app built with Expo, and I need to confirm whether Stream can trigger push notifications through the `Expo Push Notification...

## Issue I'm upgrading stream-chat-react-native from v6 to v8. I'm facing some issues when running my app (iOS). It seems strange and I'm stuck and not sure why I have...

Needs Triaging

šŸ”„ ## Issue There is a white ghost like view that probably has something related to keyboardVerticalOffset or your KeyboardCompatibleView (nor sure about this, just a hunch). The observations are...

Needs Triaging

## Issue When navigating between different threads from the Pinned Messages tab, the Thread component occasionally displays messages from the previously viewed thread instead of the newly selected thread. This...

Needs Triaging

I am using `` for image resize functions. However in iOS same method name is used in both the native code. So i am getting build error, that both has...