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
Hi, We have a problem with marking messages as read in the following scenario: - Admin interface using the stream-react SDK is sending two messages in a specific channel (a...
**Describe the bug** ZD ticket https://getstream.zendesk.com/agent/tickets/25050 Architectural design of our component is such that they access required values from contexts but those values can be overriden from props if needed....
This issue is created in order to maintain and update the dependencies for stream-chat-test-data-cli which is essential as it has an older version of stream-chat. This needs to be upgraded...
When you open a channel, it immediately marks all messages as read. However, if you stay in that channel and talk to someone, all of the messages that get sent...
**Describe the bug** After closing a bottom sheet using a pan gesture, only the background overlay appears when you try to open it again. The bottom sheet doesn't open. If...
**Motivation** As a user, I want to have a guide for customization of MessageReplies which I can't find in the documentation currently. **Proposed solution** We can add a section in...
## 🎯 Goal This PR fixes the issue of overwriting the translation files every time we run the build/test script. ## 🛠 Implementation details The plugin is removed from the...
## 🎯 Issue Latest message text direction when TypescriptMessaging app is set to Hebrew does not follow the correct text direction as seen in the images below. in the first...
**Describe the bug** In the `Channel` component, it's possible to override the `isAttachmentEqual` method that will be used in memoization to check if an attachment has been updated or not....