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
### 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...
## ๐ฏ 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  ## ๐ Implementation details ## ๐จ UI Changes iOS Before After Android Before After ## ๐งช Testing ## โ๏ธ Checklist - [ ] I have signed...
[๐] Passing a Custom MessageAvatar component shows the wrong avatar in a Message Reply ๐ฅ๐ฅ
## 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...
## 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 - [...
## ๐ฏ 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...
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...