Flex "Gap" #5479
Replies: 3 comments
-
Would be great to also add the rowGap and columnGap |
Beta Was this translation helpful? Give feedback.
-
Hey, @alissonalvarenga Thanks for the feedback. We will plan to add |
Beta Was this translation helpful? Give feedback.
-
https://reactnative.dev/blog/2023/01/12/version-071 react-native support gap natively, could you add support to it? |
Beta Was this translation helpful? Give feedback.
-
Description
The "Flex" Component doesn't have a "gap" property exposed. But if I set it nontheless, it would work.
Is this not exposed by accident or is it somehow not intended to work ?
Problem Statement
doesnt expose "gap"
<Flex maxW={"100%"} flexWrap={"wrap"} direction="row" justify={"center"} gap={5}>
Proposed Solution or API
Expose gap property on
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions