Hey, just getting started with this library of yours. Works nicely, docs are intuitive.
But I would like to configure the padding for TableCell but it is hardcoded to 8.
Something like
const padding = style.paddingHorizontal ?? style.padding ?? 8;
const onTextLayout = ...
Also the markerStyle for listItems could also need a way to be modified. There's also a hardcoded margin of 5.
Hey, just getting started with this library of yours. Works nicely, docs are intuitive.
But I would like to configure the padding for TableCell but it is hardcoded to 8.
Something like
Also the markerStyle for listItems could also need a way to be modified. There's also a hardcoded margin of 5.