Summary: Only add UIView nodes to Yoga where they are enabled. We check for it in `isLeaf` but I think we should also check for them in the check for sub views. Closes https://github.com/facebook/yoga/pull/609 Reviewed By: emilsjolander Differential Revision: D5643387 Pulled By: dshahidehpour fbshipit-source-id: a85c62b6b2e0120b2913e7f2df8b094d43ca49a6
YogaKit
Installation
YogaKit is available to install via CocoaPods.
pod 'YogaKit', '~> 1.6'
Getting Started
Checkout the docs here.
We also have a sample project. To try it out, clone this repo and open YogaKitSample.xcodeproj
in the YogaKitSample directory.
Contributing
We welcome all pull-requests! At Facebook we sync the open source version of YogaKit
daily, so we're always testing the latest changes.
See the CONTRIBUTING.md file for how to help out.