saleel/react-native-super-grid

[QUESTION] How to make spacing only betwen items

bryanprimus opened this issue · 4 comments

Screenshot 2022-11-29 at 11 22 14

How can we remove space outside the item?

The only thing i care when adding spacing is add space between the items, this is something like flex gap in css

Hey @bryantobing12

spacing prop add space outside as well. You should be able to achieve that by adding a negative margin on the parent container with -spacing as the value.

Not sure why this is not by default considering many grid system i have used do that

The common use-case I believe would be to render the grid in full screen - where the outer padding is required (like in the example).

I agree, would be nice to set inner and outer spacing in this module...