UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

17 lines 636 B
import { NativeCommandsSender } from './NativeCommandsSender'; export interface NavigationConstants { statusBarHeight: number; backButtonId: string; topBarHeight: number; bottomTabsHeight: number; } export declare class Constants { static get(nativeCommandSender: NativeCommandsSender): Promise<NavigationConstants>; static getSync(nativeCommandSender: NativeCommandsSender): NavigationConstants; readonly statusBarHeight: number; readonly backButtonId: string; readonly topBarHeight: number; readonly bottomTabsHeight: number; private constructor(); } //# sourceMappingURL=Constants.d.ts.map