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