-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
There are hundreds of open issues and PRs, many of which have been around for months and even years now.
Pods are outdated. "YogaKit" on CocoaPods is version 1.18.1 which is missing in this repo, while version v1.19.0 was released more than a year ago and is still unavailable. Ok the release notes tell "Release for Maven Central.", which suggests it's irrelevant for iOS, but what is version 1.18.1 then? And the "yoga" pod is 1.14.0, clearly far behind the main pod.
Speaking of iOS. There are also a few fundamental problems, like not working properly with iOS transforms, or that in order for a child to be laid out by a yoga-enabled parent, you need to enable all the Yoga machinery for the child as well. That makes it particularly difficult to use with, say, UIScrollView.
My question is, is this project considered for further development, and should I bother opening new issues, or creating new PRs?