aboutsummaryrefslogtreecommitdiff
path: root/src/utils/layouts.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-08 18:42:28 -0400
committerIvan Chen <ivan@tagg.id>2021-04-08 18:42:28 -0400
commitfab86f9b874524a4beabb3c45a9e59e8b00ca495 (patch)
tree8ab36bc222ac9f26c7c6ec57ac0bf8dc1bf6ed57 /src/utils/layouts.ts
parentbb16e95e15f6ea9b8941cae764570bdf7c0fdb59 (diff)
added chat header, created isMember util, fixed KB padding issue
Diffstat (limited to 'src/utils/layouts.ts')
-rw-r--r--src/utils/layouts.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/layouts.ts b/src/utils/layouts.ts
index e2f1f0b1..4d0d557d 100644
--- a/src/utils/layouts.ts
+++ b/src/utils/layouts.ts
@@ -31,6 +31,7 @@ export const StatusBarHeight = Platform.select({
});
export const AvatarHeaderHeight = (HeaderHeight + StatusBarHeight) * 1.3;
+export const ChatHeaderHeight = (HeaderHeight + StatusBarHeight) * 1.1;
/**
* This is a function for normalizing the font size for different devices, based on iphone 8.