Is it possible to get rid of the margins when using List.Section / List.Item?
see example image:

I'd like to control the margin between items...
I was trying different approaches with margin/padding but it didn't work for me.
<List.Section style={{ margin: 0, padding: 0 }}>
<List.Item style={{ margin: 0, padding: 0 }}>
This is not possible. We use the same margins/paddings as MD Guidelines recommend.
@Trancever are you sure?
according to MD Lists specs
there should be a divider, for sure, and list items should not have such margins between them
@Trancever are you sure?
according to MD Lists specs
there should be a divider, for sure, and list items should not have such margins between them
I agree. The margins are massive (and moreso that it isn't editable). I think I can see the margins from outer space
Workaround for this arbitrary restriction is to wrap it with a <View> and give it negative marginVertical values
Most helpful comment
I agree. The margins are massive (and moreso that it isn't editable). I think I can see the margins from outer space