Strange project. Example not working #947
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?
Simple example from Standalone page (https://yogalayout.com/getting-started/standalone/) not working.
It gives me thise results
Root:
bottom: 0, height: 300, left: 0, right: 0, top: 0, width: 500
Child1:
bottom: 0, height: 100, left: 0, right: 0, top: 50, width: 100
Child2:
bottom: 0, height: 100, left: 0, right: 0, top: 150, width: 100
Items are always stacked vertically.
Latest version from npm
The website currently sets
UseWebDefaults
as part ofYGConfig
. This is confusingly not set by default as part of Yoga standalone, leading to a defaultflexDirection
ofcolumn
.