Undeprecate Config setting APIs (#36990) #1251
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D45133646"
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?
Summary:
X-link: https://github.com/facebook/react-native/pull/36990
YGNode::setConfig was deprecated as part of D15416474 in an apparent goal to remove config pointers per-Node.
While I don't know the history of the motivation here, these config pointers were never removed, and we will be doubling down on per-node configs for StrictLayout, so we will want to undeprecate this.
This also exposes functions to the public C ABI, but I didn't spend the effort to create language projections for it.
Differential Revision: D45133646
This pull request was exported from Phabricator. Differential Revision: D45133646
This pull request has been merged in facebook/yoga@19e15a4455.
Pull request closed