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

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

Awaiting Repro

**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`...

Feature Request

## Issue While trying to auth a user I am getting this error: ![image](https://github.com/GetStream/stream-chat-react-native/assets/19971392/2ddc77ce-8ef0-4b2b-92cb-5c4f6ed3fd18) I have tried with multiple users, the one from the tutorial and one of my own,...

Needs Triaging

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

Needs Triaging

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

Backend

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

Needs Triaging

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

Needs Triaging

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

Bug

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

Needs Triaging