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

## ๐ŸŽฏ Goal The reload of `client.threads` was added to work around a bug in the LLC. Once it is resolved, we won't need it anymore. ## ๐Ÿ›  Implementation details...

## Issue I am using Stream Chat in my React Native to show unread message counts and I connect the user to stream chat when the app initializes. I'm able...

Needs Triaging

## Issue If you have a view with the following structure: ```typescript jsx ``` If this View is persisted when changing channels, and the channelObj changes to a new channel,...

Needs Triaging

The goal of the PR is to make a unified component that is easy to customise, named `AttachmentUploadPreviewList`, that is responsible for listing the previews of the attachment uploads. I...

## ๐ŸŽฏ Goal A proper description for this will follow soon. ## ๐Ÿ›  Implementation details ## ๐ŸŽจ UI Changes iOS Before After Android Before After ## ๐Ÿงช Testing ## โ˜‘๏ธ...

When opening a `` directly, with an _uninitialized_ `channel` the auto `markRead` functionality does not work. Note that _we are not coming from the ChannelList_, but from one of our...

## Issue We are making a Zoom integration on our application. After a long time, we could not pass the security checks. The main issue we experienced was that during...

Needs Triaging

We are customising the `AttachButton` as per doc and uploading new images using `uploadNewImage`. This works fine. However, when the image is attached inside the message list, there is a...

Needs Triaging

## Issue Describe your issue here On my device iOS 18.5, iPhone 14, the stream chat is asking for gallery permission even after the permission is fully given. So users...

Needs Triaging

## ๐ŸŽฏ Goal I noticed my custom onLongPressProp wasn't receiving `additionalnfo` about the press (e.g. specific thumbnail that was long pressed). I want to be able to take action based...