Closed Aynnor closed 1 year ago
feeling problem is on the SceneDelegate
Because width or height is nagative, fixed in my PR: https://github.com/facebook/yoga/pull/1026
YGLayout.m
.size =
{
.width = MAX(YGRoundPixelValue(bottomRight.x) -
YGRoundPixelValue(topLeft.x), 0),
.height = MAX(YGRoundPixelValue(bottomRight.y) -
YGRoundPixelValue(topLeft.y), 0),
},
We are deprecating YogaKit as part of the Yoga 2.0 release. We are still going to release a new revision based on the current state of the repo, but won't be accepting new contributions, since we are going to be removing it from the repo after.
I want to bring yogakit to my project
But it will lead to crash, I don't know why
Message