react-native-actions-sheet
Version:
A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
14 lines • 583 B
TypeScript
export declare function getDeviceHeight(statusBarTranslucent: boolean | undefined, height: number): number;
export declare const getElevation: (elevation: number) => {
elevation: number;
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
};
export declare const SUPPORTED_ORIENTATIONS: ('portrait' | 'portrait-upside-down' | 'landscape' | 'landscape-left' | 'landscape-right')[];
export declare const waitAsync: (ms: number) => Promise<null>;
//# sourceMappingURL=utils.d.ts.map