feat: expose flex prop to YogaKit (#844)
Summary: This exposes `yoga` property to `YogaKit` Pull Request resolved: https://github.com/facebook/yoga/pull/844 Reviewed By: SidharthGuglani Differential Revision: D13849076 Pulled By: davidaurelio fbshipit-source-id: 560986c2235dfd28d287f61b2e784c9eef6c5eda
This commit is contained in:
committed by
Facebook Github Bot
parent
59446294b3
commit
68f7001ed4
@@ -62,6 +62,7 @@ typedef NS_OPTIONS(NSInteger, YGDimensionFlexibility) {
|
||||
@property (nonatomic, readwrite, assign) YGOverflow overflow;
|
||||
@property (nonatomic, readwrite, assign) YGDisplay display;
|
||||
|
||||
@property (nonatomic, readwrite, assign) CGFloat flex;
|
||||
@property (nonatomic, readwrite, assign) CGFloat flexGrow;
|
||||
@property (nonatomic, readwrite, assign) CGFloat flexShrink;
|
||||
@property (nonatomic, readwrite, assign) YGValue flexBasis;
|
||||
|
Reference in New Issue
Block a user