Is there a way to use renderChatItem with the default ui and just add custom class?

Great find! Glad you were able to get that resolved!

1 Like

Hi @Tyler, I have a similar case where I have to override only the user profile icon and need to change the styles of outgoing/incoming messages. but if we override renderCustomMessage/renderChatItem, we need to build all other functionalities that were provided with default designs(example: the emojis, delete message option, profile icon), how can we solve this problem?

image

@Tyler I am thinking, if we have render functions for each indipendent visible items of UIKit(for example - the user profile icon, the message, the 3 dots widget). and also if we have options to enable/disable these options(already we have one like that - disableUserProfile), this will make the chat become a great product :slight_smile: and any way I need them as well :slight_smile:

1 Like