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