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

Adding a customization guide around how to achieve recording from our own SDK and add other audio related customization guides(if needed)

Improved Customisability
Documentation

## Description Add an "options" button in the image gallery. This task aligns our image gallery with other SDKs. The design is already available in [Figma](https://www.figma.com/file/ekifwChR9tR7zRJg1QEzSM/Chat-Design-Kit---Current-version?node-id=12494%3A9157). ## Acceptance Criteria -...

**Motivation** We would like to help customers more with theming and customizing our SDK components. **Proposed solution** Use a tool like [Miro](https://miro.com/) to visualize and point prop and theming key...

Improved Customisability

**Motivation** Customers would like to have more control (currently theming only) over the overlay background of the message. Others would like to use a blurred backdrop i.e., [RN blur](https://github.com/Kureev/react-native-blur). A...

Feature Request
Improved Customisability
Internal Backlog

The current implementation gets photos from [the camera roll](https://github.com/react-native-cameraroll/react-native-cameraroll#getphotos). We could also allow users to navigate their [albums](https://github.com/react-native-cameraroll/react-native-cameraroll#getalbums) and upload photos that way.

Enhancement

We use `TouchableOpacity` in most places. Ideally, this is not a good user experience for Android users. Therefore, we should plan to migrate the current Touchables into Pressable API which...

Enhancement

## ๐ŸŽฏ Goal Fixes #1732 ## ๐Ÿ›  Implementation details The overlay is removed which was not making the entire file area unresponsive. It doesn't make sense to keep it and...

in stream chat admin add some files to File Configurations > Blocked file extensions and then try to send those extensions in the message section will look something like this...

Needs Triaging

** Draft for now, gotta write docs tommake it ready ** ## ๐ŸŽฏ Goal ## ๐Ÿ›  Implementation details ## ๐ŸŽจ UI Changes iOS Before After Android Before After ## ๐Ÿงช...

**Motivation** Currently, we group messages by sender, and optionally by a time interval defined by the user. However, some users have requirements that go outside of these two cases, and...

Feature Request