Skip to content

Commit

Permalink
Fix or mark enum conversions
Browse files Browse the repository at this point in the history
Reviewed By: adamjernst

Differential Revision: D8077375

fbshipit-source-id: 804ef985a773c7e1af6b7aa690790f57b10368f7
  • Loading branch information
Sean Nicolay authored and facebook-github-bot committed May 22, 2018
1 parent 91f2ffe commit b8f30db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion React/Views/RCTShadowView.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#import "RCTConvert.h"
#import "RCTI18nUtil.h"
#import "RCTLayout.h"
#import "RCTLog.h"
#import "RCTShadowView+Layout.h"
#import "RCTUtils.h"
Expand Down Expand Up @@ -354,7 +355,7 @@ - (CGSize)sizeThatFitsMinimumSize:(CGSize)minimumSize maximumSize:(CGSize)maximu
constraintYogaNode,
YGUndefined,
YGUndefined,
self.layoutMetrics.layoutDirection
RCTYogaLayoutDirectionFromUIKitLayoutDirection(self.layoutMetrics.layoutDirection)
);

CGSize measuredSize = (CGSize){
Expand Down

0 comments on commit b8f30db

Please sign in to comment.