mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Fix or mark enum conversions
Reviewed By: adamjernst Differential Revision: D8077375 fbshipit-source-id: 804ef985a773c7e1af6b7aa690790f57b10368f7
This commit is contained in:
committed by
Facebook Github Bot
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){
|
||||
|
||||
Reference in New Issue
Block a user