mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
Remove Header.HEIGHT deprecation warning, no good alternative solution available yet
This commit is contained in:
@@ -27,9 +27,6 @@ class Header extends React.PureComponent {
|
||||
};
|
||||
|
||||
static get HEIGHT() {
|
||||
console.warn(
|
||||
'Header.HEIGHT is deprecated and will be removed before react-navigation comes out of beta.'
|
||||
);
|
||||
return APPBAR_HEIGHT + STATUSBAR_HEIGHT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user