YogaKitSample is neglected and buggy #869
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?
Report
It seems the YogaKitSample project is very neglected. It doesn't build and it produces faulty layouts.
Issues and Steps to Reproduce
Edit
Podfile
to actually use the localYoga
and not some ancient version (1.9.0 that would be), which won't work, because of a missing function:Run
pod install
to get a new xcworkspace file.Run example in iPhone8 Plus 11.4 Simulator. Click on "Basic Layout".
Expected Behavior
Expected to see something reasonable.
Actual Behavior
But instead see this:
Fixed in my PR: https://github.com/facebook/yoga/pull/1026
@cntrump PR #1026 has not been merged. The sample is still buggy. This can be quite off-putting to people considering YogaKit.
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.