Fix or mark enum conversions
Reviewed By: adamjernst Differential Revision: D8077375 fbshipit-source-id: 804ef985a773c7e1af6b7aa690790f57b10368f7
This commit is contained in:
parent
91f2ffed37
commit
b8f30db0ae
|
@ -9,6 +9,7 @@
|
|||
|
||||
#import "RCTConvert.h"
|
||||
#import "RCTI18nUtil.h"
|
||||
#import "RCTLayout.h"
|
||||
#import "RCTLog.h"
|
||||
#import "RCTShadowView+Layout.h"
|
||||
#import "RCTUtils.h"
|
||||
|
@ -354,7 +355,7 @@ static void RCTProcessMetaPropsBorder(const YGValue metaProps[META_PROP_COUNT],
|
|||
constraintYogaNode,
|
||||
YGUndefined,
|
||||
YGUndefined,
|
||||
self.layoutMetrics.layoutDirection
|
||||
RCTYogaLayoutDirectionFromUIKitLayoutDirection(self.layoutMetrics.layoutDirection)
|
||||
);
|
||||
|
||||
CGSize measuredSize = (CGSize){
|
||||
|
|
Loading…
Reference in New Issue