mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Revert D4450924: Expose StatusBar height on iOS
Differential Revision: D4450924 fbshipit-source-id: a883a7417e85f0a923d5fcc4d5efff75b99c2272
This commit is contained in:
committed by
Facebook Github Bot
parent
a407ff94ee
commit
0fc62eebc3
@@ -132,13 +132,6 @@ RCT_EXPORT_METHOD(setNetworkActivityIndicatorVisible:(BOOL)visible)
|
||||
RCTSharedApplication().networkActivityIndicatorVisible = visible;
|
||||
}
|
||||
|
||||
- (NSDictionary *)constantsToExport
|
||||
{
|
||||
return @{
|
||||
@"HEIGHT": @([UIApplication sharedApplication].statusBarFrame.size.height)
|
||||
};
|
||||
}
|
||||
|
||||
#endif //TARGET_OS_TV
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user