React native ui kit Group Channel UI flickers when enableMessageGrouping is true

[Problem/Question]
Group Channel UI flickers when enableMessageGrouping is set to true on android.
I believe it’s because of the spacing(should be grouped or not) it calculates on run-time .
This issue is occurring in the official send-bird react native expo boilerplate as well.

I have set enableMessageGrouping to false for now, though I want to use the groupMessage feature since it’s a cleaner UI. But , with enableMessageGrouping to false, the vertical spacing b/w messages are too much. I have tried to inspect the code but have not found anything. I am ready to patch. Can you please tell me how can I decrease the vertical spacing?

**


**


[Version]
@sendbird/chat”: “^4.10.6”,
@sendbird/uikit-react-native”: “^3.3.0”,

[Reproduction Steps]
Check your official expo sendbird app. There will be no flicker in the first message .But if you start grouping the messages, you will notice the flicker.

[Frequency]
always, tested on release build as well.

[Current impact]
High