Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace usages of YGConfigSetUseLegacyStretchBehaviour (#37093)
Summary: Pull Request resolved: #37093 This replaces product usages of `YGConfigSetUseLegacyStretchBehaviour` with instead setting `YGErrataAll`, to opt out of future conformance fixes which may impact compatibility. We need to still audit C/C++ usage for where we should be applying `YGErrataClassic`, port this change to the RN desktop fork, then mark the function as deprecated (taking care to allow deprecated functions in the Yoga bindings to call deprecated C ABI functions without warning). Changelog: [Internal] Reviewed By: yungsters Differential Revision: D45300631 fbshipit-source-id: 6c2ec36336764e5e7fe3cce55f1d32953afdac92
- Loading branch information