Gaps don't seem to be working as show in the sample app by manually adding gaps to the rows and columns in the list examples.
Tracing the code through it seems the YogaNode does have the values set suggesting the result isn't being used but I'm not sure where the fix is. Any support would be appreciated.
In terms of where I'd expect to see gaps, I'd expect to see a gap between the items in the first row and then between the elements in the root column.
We want gap support against the latest version of Litho which also has fixes we need for item sizes in lazy lists.
Summary
Gaps don't seem to be working as show in the sample app by manually adding gaps to the rows and columns in the list examples. Tracing the code through it seems the YogaNode does have the values set suggesting the result isn't being used but I'm not sure where the fix is. Any support would be appreciated.
In terms of where I'd expect to see gaps, I'd expect to see a gap between the items in the first row and then between the elements in the root column.
We want gap support against the latest version of Litho which also has fixes we need for item sizes in lazy lists.
Changelog
Test Plan