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

### Steps to reproduce Steps to reproduce the behavior: 1. `git clone https://github.com/GetStream/stream-chat-react-native.git` 2. `cd stream-chat-react-native` 3. `yarn install` 4. `cd package && yarn install` 5. `cd native-package && yarn...

Needs Triaging

## ๐ŸŽฏ Goal ## ๐Ÿ›  Implementation details ## ๐ŸŽจ UI Changes iOS Before After Android Before After ## ๐Ÿงช Testing ## โ˜‘๏ธ Checklist - [ ] I have signed the...

## ๐ŸŽฏ Goal Fixes #2507 ## ๐Ÿ›  Implementation details ## ๐ŸŽจ UI Changes iOS Before After Android Before After ## ๐Ÿงช Testing ## โ˜‘๏ธ Checklist - [x] I have signed...

## ๐ŸŽฏ Goal The goal of the PR is to support `file_size` image and file config such the file size exceeding the limit cannot be uploaded. The limit can be...

## ๐ŸŽฏ Goal ![simulator_screenshot_93AA37B9-5747-46B3-8AC2-178127B27233](https://github.com/GetStream/stream-chat-react-native/assets/39884168/d96d5de7-99ba-4222-ac21-e002cc0c53be) ## ๐Ÿ›  Implementation details ## ๐ŸŽจ UI Changes iOS Before After Android Before After ## ๐Ÿงช Testing ## โ˜‘๏ธ Checklist - [ ] I have signed...

## Issue I need to pass a custom message avatar so i can make the component pressable. The replier's avatar gets changed to the sender's avatar when passing in a...

Needs Triaging

## Issue getRefNativeTag error related to https://github.com/gorhom/react-native-bottom-sheet/issues/1438 ### Expected behavior ## Project Related Information ### Customization Click To Expand ```typescript jsx newArchEnabled : true ``` ### Offline support - [...

Needs Triaging

## ๐ŸŽฏ Goal This PR focuses on using the `client.queryReactions` API to show reactions in the OverlayReactions instead of what was used before(`message.latest_reactions`). Optimistic fetching of reactions from local DB...

## ๐ŸŽฏ Goal Change quoted message state from `boolean | message type` to `message type | undefined` to improve code. ## ๐Ÿ›  Implementation details ## ๐ŸŽจ UI Changes iOS Before...

Breaking

We have a list of blocked words defined... We are using React Native. How do we see the block? The front-end is not showing the ! when a message hits...

Needs More Information