Section
Section is a wrapper for your content

Usage#
Simple Usage#
use <SectionContent/> to have a padding on your <Section/>
Section with Image#

use <SectionContent/> to have a padding on your <Section/>
Properties#
Section#
| props | required | value | Default Value |
|---|---|---|---|
| ViewProps | |||
| backgroundColor | No | string | #FFFFFF |
| borderRadius | No | number | 10 |
SectionContent#
| props | required | value | Default Value |
|---|---|---|---|
| ViewProps | |||
| padding | No | number | 20 |
SectionImage#
| props | required | value | Default Value |
|---|---|---|---|
| source | Yes | ImageSourcePropType | |
| height | No | number | 150 |