Skip to main content

Section

A container view that you can use to add hierarchy within certain views.

info

Currently, Section is only supported in List.

Example​

<List>
<Section header="This is a header">
<Text>List Item</Text>
<Text>List Item</Text>
<Text>List Item</Text>
</Section>
</List>

Props​

List inherits all View Modifiers as props.

propdescriptiontyperequireddefault
childrenList contentReactNodenonull
headerSection headerstringnoundefined
footerSection footerstringnoundefined