mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-14 22:36:21 +08:00
Replace ModalFullscreenView constants by Dimensions
Reviewed By: jingc Differential Revision: D2954172 fb-gh-sync-id: 8b2f68d13632de25830678ddc32a36c239970427 shipit-source-id: 8b2f68d13632de25830678ddc32a36c239970427
This commit is contained in:
committed by
facebook-github-bot-7
parent
eb2cd077a9
commit
7964d80759
@@ -1265,10 +1265,6 @@ RCT_EXPORT_METHOD(clearJSResponder)
|
||||
@"height": @(RCTScreenSize().height),
|
||||
@"scale": @(RCTScreenScale()),
|
||||
},
|
||||
@"modalFullscreenView": @{
|
||||
@"width": @(RCTScreenSize().width),
|
||||
@"height": @(RCTScreenSize().height),
|
||||
},
|
||||
},
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user