From 88ff8b9f32ee212a65307335c52fe81165c2f00c Mon Sep 17 00:00:00 2001 From: Mike Kang Date: Fri, 21 Oct 2022 18:28:01 +0900 Subject: [PATCH] Update index.d.ts change the module name to react-native-safearea-height as same as the package name --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;