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 with style prop:

Additional context
Without items-center:

With items-center:

Describe the bug
It seems that when the parent has
items-centerand the children have a fixed height, the height of the children is not set and they are not visible. If I removeitems-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
styleprop, it works perfectly.Expected behavior
This is with
styleprop:Additional context

Without
items-center:With

items-center: