You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am attempting to render InLineDateSeparator for each group messages after a period of time. I've attempted using maxTimeBetweenGroupedMessages to separate and display InLineDateSeparator again after a set amount of time (ex. 2hrs). But there is no given render.
I know running the computation for the dates are a heavy operation but is there any way of achieving this result for InLineDateSeparator?
Dev environment info:
Package version - stream-chat-react-native
react-native
iPhone Xs Max Device
Expected behavior
I'm looking for a way to render InLineDateSeparator for every grouped message.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am attempting to render
InLineDateSeparator
for each group messages after a period of time. I've attempted usingmaxTimeBetweenGroupedMessages
to separate and displayInLineDateSeparator
again after a set amount of time (ex. 2hrs). But there is no given render.I know running the computation for the dates are a heavy operation but is there any way of achieving this result for
InLineDateSeparator
?Dev environment info:
Expected behavior
I'm looking for a way to render
InLineDateSeparator
for every grouped message.The text was updated successfully, but these errors were encountered: