Card.Section
Card.Section, a sub Card component for layout-ing inside a card
Extends: BlurView (iOS only)
(meaning you can pass the super component's props as well).
(meaning you can pass the super component's props as well).
PROPS
| name | description | type | default |
|---|---|---|---|
| enableBlur | Enable blur view for the section | bool | |
| blurOptions | Blur options | object | |
| body | thid modifier apply inner padding | bool | |
| footer | style as a footer, remove bottom spacing | bool |
CODE SAMPLE
See example here.