-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
needs reproductionIssue needs a minimal reproduction before it can be worked onIssue needs a minimal reproduction before it can be worked on
Description
Describe the bug
It seems that when the parent has items-center and the children have a fixed height, the height of the children is not set and they are not visible. If I remove items-center, then the two children take the full height of the row.
Reproduction
https://stackblitz.com/edit/nativewind-test-kotpjewc?file=nativewind.test.tsx
While the tests pass, visually it does not. When using it with the style prop, it works perfectly.
Expected behavior
- I expect the 2 children to be squares that are vertically centered in the wrapper
This is withstyleprop:

Metadata
Metadata
Assignees
Labels
needs reproductionIssue needs a minimal reproduction before it can be worked onIssue needs a minimal reproduction before it can be worked on

