Hristo Georgiev
Hristo Georgiev
The only available setters are for `backgroundColor` and `hoverColor`.
All components accept `bg` for background color, but only `TextInput` uses `backgroundColor`.
`ListItem `is not used for `List/List View`. Isn't `ListItem` supposed to be used as per specification when data is repeated?
Alignment is used only as a state setter in `List`, but not actually used in the component. I propose we use `vertical` and `horizontal` as possible properties for `alignment`: Prop...
Border attributes are not changing anything in the button. Most likely because `getBorderStyles` is only defined but not used in the class.
I am getting 'Couldn't find a template named "(_)" or "(_)". Are you sure you defined it?' on my collections when I try to add/view. (using the default templates) I...