FlexboxFlex WrapOn this pageFlex WrapDefine the wrap of flex container items. Import src/screens/Component.jsimport { flex } from "nativeflowcss"; Properties ClassesNative Propsflex.wrap{ flexWrap: 'wrap' }flex.wrap_reverse{ flexWrap: 'wrap-reverse' }flex.nowrap{ flexWrap: 'nowrap' }