Skip to content

Commit

Permalink
update module name and function name
Browse files Browse the repository at this point in the history
  • Loading branch information
devym-37 committed Nov 12, 2022
1 parent d469745 commit 29752e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ declare module "react-native-safearea-height" {
export function isIPhone12Max(): boolean;
export function isIPhoneWithMonobrow(): boolean;
export function isIPhone13Mini(): boolean;
export function isIPhoneDynamicIsland(): boolean;
export function isIPhoneWithDynamicIsland(): boolean;
export function isExpo(): boolean;
}
4 changes: 2 additions & 2 deletions index.js.flow
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
declare module "react-native-status-bar-height" {
declare module "react-native-safearea-height" {
declare function getStatusBarHeight(skipAndroid?: boolean): number;
declare function isIPhoneX(): boolean;
declare function isIPhoneXMax(): boolean;
declare function isIPhone12(): boolean;
declare function isIPhone12Max(): boolean;
declare function isIPhoneWithMonobrow(): boolean;
declare function isIPhone13Mini(): boolean;
declare function isIPhoneDynamicIsland(): boolean;
declare function isIPhoneWithDynamicIsland(): boolean;
declare function isExpo(): boolean;
}

0 comments on commit 29752e7

Please sign in to comment.