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

The TypeScript signature for `MessageInputContext` `uploadNewImage` has changed, and is now more awkward for developers to use. It was previously `uploadNewImage: (image: Partial) => Promise`. It is now `uploadNewImage: (image:...

Needs Triaging

## 🎯 Issue Reactions indicator on message component breaks in RTL. The bubbles are still in LTR mode and does not conform when app is set to RTL. What we...

**Describe the bug** The `images` and `message` prop in the Gallery component is undefined on the console. If we follow the example: ``` const CustomGallery = ({ images, onPressIn })...

Documentation
Internal Backlog

**Motivation** We want to be able to change/customized the colour of the icon in the ImageUploadPreview Currently, we can change the colour via the Theming: colours: { black: 'red'} however...

Good First Issue
Feature Request

Hello, there. I am gonna implement invite member feature using this SDK. The ideal workflow I want is Skype. So there are 2 users - user 1 and user 2....

Feature Request

**Motivation** Customers need to install 13 libs when they want to use our SDK. Besides the [Mono Diet ](https://www.notion.so/stream-wiki/Mono-trophic-Diet-WIP-60fc38b310ed46f4b386e62dce70f08c) approach, Will it be possible to include these dependencies in our...

Dependencies

https://user-images.githubusercontent.com/3846977/174265552-e047a225-590d-4fa0-ba82-0a1febec06c8.mp4 The relevant component: `package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx`

Bug

**Describe the bug** When running slash commands if a user has a space in their name field, commands don’t work for them. In this case, it is happening with mutes....

Bug

**Motivation** A lot of our customers are asking how they can build a message search functionality in a spec. channel or in all channels. **Proposed solution** Write a custom. guide...

Feature Request
Improved Customisability
Documentation

**Describe the bug** Our app is facing this issue which the web socket connection from the stream client is unable to be intercepted or listened by `Flipper` and it will...

Needs Triaging