Skip to content

Commit ffe0eee

Browse files
committed
status bar deprecation
1 parent 7589efa commit ffe0eee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

App/Platform/StatusBar.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import {
3-
StatusBar,
4-
StatusBarIOS
3+
StatusBar
54
} from 'react-native';
65

76
var _StatusBar = {
@@ -10,7 +9,7 @@ var _StatusBar = {
109
},
1110

1211
setHidden: function(hidden) {
13-
StatusBarIOS.setHidden(hidden);
12+
StatusBar.setHidden(hidden);
1413
}
1514
};
1615

0 commit comments

Comments
 (0)