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
## ๐ฏ 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...
## 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,...
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...
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...
## 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...
## ๐ฏ 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...