stream-chat-react-native icon indicating copy to clipboard operation
stream-chat-react-native copied to clipboard

fix: change quotedMessage type to MessageType or undefined

Open khushal87 opened this issue 8 months ago โ€ข 0 comments

๐ŸŽฏ 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

khushal87 avatar May 28 '24 08:05 khushal87