The Stack component is the most basic for creating visual layouts. Is a variation of View component.

Basic example:

<Stack
direction="column"
justify="center"
align="center"
>
<Text>This text is part of a stack</Text>
<Text>This text is part of a stack</Text>
<Text>This text is part of a stack</Text>
</Stack>

Param

Stack Properties

Has Children

Hierarchy