add setFlexBasisAuto (#1112)

Summary:
fix https://github.com/facebook/yoga/issues/766

is it possible to compile yoga and release the fix? Or javascript part of yoga is not maintained?

Pull Request resolved: https://github.com/facebook/yoga/pull/1112

Reviewed By: yungsters

Differential Revision: D40026371

Pulled By: NickGerleman

fbshipit-source-id: c2f3b18e2d3951338ce37cd3a319249996dd8a2e
This commit is contained in:
Dmitry Ivakhnenko
2022-10-13 00:35:44 -07:00
committed by Facebook GitHub Bot
parent 1daed063f3
commit 05dd228317
3 changed files with 6 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ NBIND_CLASS(Node) {
method(setFlex);
method(setFlexBasis);
method(setFlexBasisPercent);
method(setFlexBasisAuto);
method(setFlexGrow);
method(setFlexShrink);