mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 23:04:40 +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
@@ -438,10 +438,11 @@ const examples = [{
|
||||
render() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Height: {StatusBar.currentHeight} pts</Text>
|
||||
<Text>Height (Android only): {StatusBar.currentHeight} pts</Text>
|
||||
</View>
|
||||
);
|
||||
},
|
||||
platform: 'android',
|
||||
}];
|
||||
|
||||
exports.examples = examples;
|
||||
|
||||
Reference in New Issue
Block a user