You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time a view has flex: 1 that should take the full width of a FlatList header, measurement of the height flips between wrapped and non-wrapped mesurements (i suppose because sometimes it measures with an infinite width).
Example screenshots:
Some examples:
Incorect
Correct (it randomly switch between the two)
screen-20260408-192033-1775668814476.2.mp4
Steps to Reproduce
Here's a minimal reproduction, you can see the logs of the measures:
What happened?
Every time a view has
flex: 1that should take the full width of aFlatListheader, measurement of the height flips between wrapped and non-wrapped mesurements (i suppose because sometimes it measures with an infinite width).Example screenshots:
Some examples:
screen-20260408-192033-1775668814476.2.mp4
Steps to Reproduce
Here's a minimal reproduction, you can see the logs of the measures:
Snack or Repository Link
https://github.com/zoriya/uniwind-repro
Uniwind version
1.6.3
React Native Version
0.81.5
Platforms
Android
Expo
Yes
Additional information