stream-chat-react-native
stream-chat-react-native copied to clipboard
fix: change quotedMessage type to MessageType or undefined
๐ฏ Goal
Change quoted message state from boolean | message type
to message type | undefined
to improve code.
๐ Implementation details
๐จ UI Changes
iOS
Before | After |
Android
Before | After |
๐งช Testing
โ๏ธ Checklist
- [ ] I have signed the Stream CLA (required)
- [ ] PR targets the
develop
branch - [ ] Documentation is updated
- [ ] New code is tested in main example apps, including all possible scenarios
- [ ] SampleApp iOS and Android
- [ ] Expo iOS and Android