Flex "Gap" #5479
Snotax
announced in
Announcements
Flex "Gap"
#5479
Replies: 3 comments
|
Would be great to also add the rowGap and columnGap |
0 replies
|
Hey, @alissonalvarenga Thanks for the feedback. We will plan to add |
0 replies
|
https://reactnative.dev/blog/2023/01/12/version-071 react-native support gap natively, could you add support to it? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions