📄️ Box
The Box component serves as a wrapper component for most of the styling properties.
📄️ Flex
Flex is a container view extends React Native's flex-box properties and comes with helpful style shorthands.
📄️ Stack
Stack is a layout component that makes it easy to stack elements together and apply a space between them.
📄️ Wrap
Wrap is a layout component that adds a defined space between its children. It wraps its children automatically if there
📄️ Selector
A wrapper component that can be used to apply a style to a subset of its children.
📄️ Spacer
Creates an adjustable, empty space that can be used to tune the spacing between child elements within Flex.
📄️ Divider
Dividers are used to visually separate content in a list or group.