YGNode zero size when combine flex-direction: column and flex-direction: row on a fifth block #1685
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
Issues and Steps to Reproduce
Trying to launch the next layout in
react-native
app. Published in this repository and in expo shackExpected Behavior
When testing with react-native-web I am receiving the correct layout
Actual Behavior
But on iOS and Android both the
Group 2
is not shown. That means this is not a platform specific problem. Affected all platforms, both of them use Yoga Layout engineChanging all
<WithBaseline />
to<NoBaseline/>
temporary solves the problem.Link to Code
expo repo
expo shack (like jsfiddle)
bug-reproducer