The View component is the most basic for creating visual layouts.

The View has most of the layout properties.

Basic example:

<View
marginTop="medium"
padding="small"
justify="center"
align="center"
borderColor="none"
borderWidth="hairline"
borderRadius="small"
backgroundColor="primary-500">
<Text>
According to the stories, the Bifrost Bridge was created by the
Norse gods as a link between different planes of existence. It is
described as a solid yet ethereal structure that allows the gods
to travel between Asgard, their divine home, and Earth.
</Text>
</View>

Param

View Properties

Has Children

Hierarchy