How to handle message delivered,read status in react native javascript sdk

I need to handle the message delivered and seen status in my react native application, suggest the effecient method for it

Hi @Jayachandran_Thillai,

In order to mark messages as delivered, you’ll want to use the markAsDelivered() method, found here: Group channel: Advanced | Chat JavaScript SDK | Sendbird Docs

To mark messages as read, you’ll want to use the markAsRead() method, found here: Group channel: Advanced | Chat JavaScript SDK | Sendbird Docs

Implementation will depend on your application, its use case and your design choices.

Let me know if you have any questions about either of these methods and I’ll be more than happy to help.