UNPKG

react-native-iphone-x-helper

Version:

A library to help you design your react-native app for the iPhone X

6 lines (5 loc) 258 B
export function isIphoneX(): boolean; export function ifIphoneX<T, U>(iphoneXVal: T, regularVal: U): T | U; export function ifIphoneX<T>(iphoneXVal: T): T; export function getStatusBarHeight(safe?: boolean): number; export function getBottomSpace(): number;