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
Adding a customization guide around how to achieve recording from our own SDK and add other audio related customization guides(if needed)
## 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...
**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...
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.
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...
## ๐ฏ 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...
** 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...