Carthage support #856

Closed
sjmueller wants to merge 6 commits from master into main
33 changed files with 496 additions and 1165 deletions
Showing only changes of commit 4da88d252e - Show all commits

View File

@@ -385,10 +385,6 @@ void YGNodeInsertChild(
const YGNodeRef node,
const YGNodeRef child,
const uint32_t index) {
YGAssertWithNode(
node,
child->getOwner() == nullptr,
"Child already has a owner, it must be removed first.");
YGAssertWithNode(
node,