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
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 engine
Changing all <WithBaseline /> to <NoBaseline/> temporary solves the problem.
The text was updated successfully, but these errors were encountered:
tripolskypetr
changed the title
Node not shown when combine flex-direction: column and flex-direction: row on a third row
Node not shown when combine flex-direction: column and flex-direction: row on a fifth block
Aug 5, 2024
tripolskypetr
changed the title
Node not shown when combine flex-direction: column and flex-direction: row on a fifth block
YGNode zero size when combine flex-direction: column and flex-direction: row on a fifth block
Aug 5, 2024
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
The text was updated successfully, but these errors were encountered: