reply: {
messageContainer: {
...MESSAGE_BUBBLE_BORDER_RADIUS,
paddingHorizontal: SPACING_HORIZONTAL["4"],
borderBottomLeftRadius: 0,
backgroundColor: Color.BLACK_90_SOLID, // Background of reply container's text content
},
markdownStyles: {
text: {
...FontStyles["15RegularParagraph"],
color: Color.WHITE_95_SOLID,
},
},
},
Issue
Using
MessageFlashList, custom styles from the theme in theReplycomponent are sometimes not applied.It's likely happening to list virtualization and item recycling, because it happens only sometimes and on hot reload or rerender the item style is fixed.
Steps to reproduce
Steps to reproduce the behavior:
MessageFlashListreply.markDownStyles.text: colorproperty, which is notblack(to distinguish it)Expected behavior
The custom text color of the Reply item set up in themes should be applied.
Project Related Information
Customization
Click To Expand
This happens without any customization except for the theme:
Offline support
Environment
Click To Expand
stream-chat-react-nativeversion you're using that has this issue:8.12.0iOS 26.3Additional context
Screenshots
Click To Expand