The Window component controls layout aspects of the application.

This component needs to wrap your entire page.

Important: Do not use it inside other components.

Basic example:

<Window topInset bottomInset>
<View>
<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>
</Window>

Param

Window Properties

Has Children

Hierarchy