Vishal Narkhede

Results 106 comments of Vishal Narkhede

@hankwz thanks for bringing this up. I am able to reproduce this issue on our end, we will fix it as soon as we can.

## Issue While inserting the date separators, we filter out the deleted messages ... except if the deleted message is from current logged in user (current user). - https://github.com/GetStream/stream-chat-react-native/blob/develop/package/src/components/MessageList/utils/getDateSeparators.ts#L33 Although...

:tada: This issue has been resolved in version 5.3.1 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/stream-chat-react-native-core/v/5.3.1) - [GitHub release](https://github.com/GetStream/stream-chat-react-native/releases/tag/v5.3.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Yes, but the objective here is to be able to change the background color of message without altering any other functionality. In your example, we are simply rendering the text...

:tada: This issue has been resolved in version 5.4.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/stream-chat-react-native-core/v/5.4.0) - [GitHub release](https://github.com/GetStream/stream-chat-react-native/releases/tag/v5.4.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Hey @skam22 could you please fork the repository and try to reproduce this issue in one of the example apps? https://github.com/GetStream/stream-chat-react-native/tree/develop/examples

Lets keep this on hold for a bit!! I will need some time to test it out

@khushal87 seems like our translation system is broken somehow on develop. We used to be able to generate translation files using build-translation command. In this PR you are removing all...

Hey @sandergo90 just to be clear, you can't mark specific message as read. It's the entire channel that you mark as read. I am not sure what you mean when...

Hey @sandergo90 pardon me for confusion. Honestly I was not aware of this parameter messageId in `markRead` function. So really sorry about that, I spoke too soon. I will investigate...