Skip to content
Docs
Components
Layout
Flex

Flex

As Box component but with flex={1} property by default, it accepts every props from react native View component.

Import

import { Flex } from "react-native-ficus-ui";

Usage

EDITABLE EXAMPLE
<Box h={200}>
  <Flex bg="red.500" />
</Box>

Props

Extends every Box props.