UNPKG

react-native-unit-components

Version:

Unit React Native components

13 lines 641 B
export declare const BOTTOM_SHEET_OVER_FULLSCREEN_PERCENTAGE_SIZE = 0.9; export declare const androidStatusBarHeight: number; export declare const iosStatusBarHeight: number; export declare const statusBarHeight: number; export declare const isAndroid10AndAbove: boolean; export declare const fullScreenHeight: number; export declare const overFullScreenHeight: number; export declare const TOP_PADDING = 48; export declare const BOTTOM_PADDING = 24; export declare const LEFT_PADDING = 24; export declare const RIGHT_PADDING = 24; export declare const VERTICAL_PADDING: number; //# sourceMappingURL=UNBottomSheetComponent.constants.d.ts.map