Simal UI
Components

Container

A screen-level wrapper: SafeAreaView with flex: 1 and 24px of padding.

There is nothing to configure — it exists so screens do not each re-declare the same safe-area shell.

Import

import { Container } from '@simal/ui/nativewindui';

Props

PropValuesDefaultDescription
childrenScreen content. Container is a SafeAreaView with flex-1 and 24px of padding — it takes no other props, so anything else belongs on the children.

On this page