the web should match the mobile spacing.
Can you modify the test plan so that it includes a table comparing padding/margin on all MessageList items between native / web? You can pull these numbers directly from the code, or use something like the React Native "Inspector" from the debug menu
Web | NativeIt's kind of tricky to go into the code and get an exact 1:1 on sizing. But, using the inspector you can see the height of both native and web are 26px exactly, confirming the regression is gone and the spacing is consistent/correct.
{F57860}
{F57861}