Skip to content

Commit 7964d80

Browse files
javachefacebook-github-bot-7
authored andcommitted
Replace ModalFullscreenView constants by Dimensions
Reviewed By: jingc Differential Revision: D2954172 fb-gh-sync-id: 8b2f68d13632de25830678ddc32a36c239970427 shipit-source-id: 8b2f68d13632de25830678ddc32a36c239970427
1 parent eb2cd07 commit 7964d80

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

React/Modules/RCTUIManager.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,10 +1265,6 @@ static void RCTMeasureLayout(RCTShadowView *view,
12651265
@"height": @(RCTScreenSize().height),
12661266
@"scale": @(RCTScreenScale()),
12671267
},
1268-
@"modalFullscreenView": @{
1269-
@"width": @(RCTScreenSize().width),
1270-
@"height": @(RCTScreenSize().height),
1271-
},
12721268
},
12731269
}];
12741270

0 commit comments

Comments
 (0)