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 am experiencing a crash originating from the MessageList.tsx -> renderItem -> isMessageRead method. The error: ``` cannot read property 'created_at' of undefined ``` ### Steps to reproduce...
**Motivation** Google announced a new Google Play's Photo and Video Permissions policy. The full details are available at https://support.google.com/googleplay/android-developer/answer/14115180?hl=en This is mainly about upcoming changes around the `READ_MEDIA_IMAGES` and `READ_MEDIA_VIDEO`...
## Issue While trying to auth a user I am getting this error:  I have tried with multiple users, the one from the tutorial and one of my own,...
## Issue - Pixel 5a running Android 14 - Expo v49 - stream-chat-expo 5.26.0 When uploading an image from the message input in this environment, the upload fails: ![CleanShot 2024-03-28...
Hello, talents. I have an issue when customizing the link preview. My work env: "stream-chat": "7.1.0", "stream-chat-react-native": "^5.5.0", Link Preview does not work sometimes. What would be the reason and...
## 🎯 Goal Preventing deleting last_read of current user. ## 🛠 Implementation details In current implementation, `getLatestMessageReadStatus` function manipulates `channel.state.read` directly and deletes read state of current user. ``` const...
## Issue In my app, the `` and `` are initially rendered within a container that has `height: 0` (collapsed state). Users can expand the container by pressing a button,...
## Issue When I run my app that includes `stream-chat-expo`, in either iOS or Android (emulator or device) it crashes with the error: ``` ERROR Invariant Violation: Tried to register...
## Issue Bug if we mention multiple users with same name (just have extra word in last name for example acc 1: 'first middle', acc 2: 'first middle last') it...
## Issue When multiple users connect with stream it's give me Too many requests error in QueryChannels and user not getting firebase notification in device, but in stream dashboard we...