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

**Motivation** We're currently using @vishalnarkhede GH/NPM accounts throughout the SDK's CI/CD workflows. This is not the best practice for many reasons such as security etc. **Proposed solution** Use a general...

CI/CD

Currently, to custom avatar/name in a channel with multi-users. I have to write custom components (MessageAvatar and MessageFooter) for them. Common case to see is: I have a group chat...

Enhancement
Feature Request
Improved Customisability

**Describe the bug** setInputBoxRef type of AutoCompleteInput is incorrect. Our AutoCompleteInput expects setInputBoxRef: `(ref: TextInput | null) => void;` Where my local context messageInputRef is `RefObject` originating from a regular...

Bug
Good First Issue

**Motivation** Overriding `MessageText` is awfully complex because `renderText` func needs to be called with a significant number of args. This args originated from several places (theme, contexts, etc.) **Proposed solution**...

Improved Customisability

## Motivation As per our current implementation, image grid opens as a modal on top of image viewer. But it has no explicit backdrop, which creates a confusion between the...

Enhancement
Good First Issue
User Experience
Internal Backlog

We have a customization that hides all the deleted messages for both sender and receiver in chat using the following in the Channel component from `stream-chat-react-native` > deletedMessagesVisibilityType={'never'} When sender...

Bug

**Motivation** The hardcoded value usage of 308 in `AttachmentPicker.tsx` and `AttachmentPickerError.tsx` is unmaintanable. 308 is the default value of the prop `attachmentPickerBottomSheetHeight` in the `OverlayProvider`, so it seems like the...

Enhancement
Good First Issue

**Describe the bug** Typescript 4.4.4 error with v3.10.2: Type 'UserResponse' is missing the following properties from type 'OwnUserBase': channel_mutes, devices, mutes, total_unread_count, and 2 more. **Dev environment info (please complete/provide...

Bug
Good First Issue

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Enhancement
Improved Customisability

**Description** The [version-compabilities](https://getstream.io/chat/docs/sdk/reactnative/#version-compabilities) part of the docs miss react native 0.67 and 0.68 **Acceptance criteria** - Add the minimum stream sdk version needed for 0.67 and 0.68 - Add the...

Documentation