Skip to main content

Flex Wrap

Define the wrap of flex container items.

Import

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

Properties

ClassesNative Props
flex.wrap{ flexWrap: 'wrap' }
flex.wrap_reverse{ flexWrap: 'wrap-reverse' }
flex.nowrap{ flexWrap: 'nowrap' }