React Native and UI Kit 4.3.20
I must be missing something obvious…How can I remove that blue checkmark?
I am using the CometChatConversations UI component
React Native and UI Kit 4.3.20
I must be missing something obvious…How can I remove that blue checkmark?
I am using the CometChatConversations UI component
Thank you for reaching out!
To remove the blue checkmark in the CometChatConversations
UI component, you can set the selectionMode
prop to 'none'
. Here’s how you can implement it:
<CometChatConversations selectionMode={'none'}/>
This should remove the checkmark.
Thanks,
Afroz Khan
CometChat