Initial scroll message list to first unread message
Motivation React Native library has this useful functionality which is improving UX. But I have not managed to find it in React library.
Proposed solution Add 'initialScrollToFirstUnreadMessage' property to 'Channel' component the same as it is in React Native library
Acceptance Criteria When 'initialScrollToFirstUnreadMessage' property is set a user sees a list of messages starting from the first unread when opens a chat channel.
@DmitriyNikolenko thank you for submitting the request. We do have the immediate plan to implement it. We will consider it in the future.
Hi @MartinCupela Dmitriy and I work on the same team. Were you able to pick this issue up?
@MartinCupela We're happy to make a PR to support this if you could point us in the right direction.
This is in progress
Appreciate the update @MartinCupela
It is possible to jump to the first unread message using jumpToFirstUnreadMessage function.