Remove Header.HEIGHT deprecation warning, no good alternative solution available yet

This commit is contained in:
Brent Vatne
2018-02-06 14:48:44 -08:00
parent 5314da608f
commit 6e130d95fb

View File

@@ -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;
}