diff --git a/index.d.ts b/index.d.ts index a0a8e63..3ec3197 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -declare module "react-native-status-bar-height" { +declare module "react-native-safearea-height" { export function getStatusBarHeight(skipAndroid?: boolean): number; export function isIPhoneX(): boolean; export function isIPhoneXMax(): boolean;