Add static Height

This commit is contained in:
Vincent Langlet
2018-08-27 12:11:23 +02:00
committed by GitHub
parent 5e58f71c5e
commit 692c76c786

View File

@@ -1193,7 +1193,9 @@ export const HeaderBackButton: React.ComponentClass<HeaderBackButtonProps>;
/**
* Header Component
*/
export const Header: React.ComponentClass<HeaderProps>;
export class Header extends React.Component<HeaderProps> {
static HEIGHT: number;
}
export interface NavigationInjectedProps<P = NavigationParams> {
navigation: NavigationScreenProp<NavigationState, P>;