Skip to main content

Flex Grow

Control how elements expand to fill available space.

Import

src/screens/Component.js
import { flex } from "nativeflowcss";

Properties

ObjectNative properties
flex.grow{ flexGrow: 1 }
flex.grow_0{ flexGrow: 0 }