aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-08 18:44:36 -0400
committerIvan Chen <ivan@tagg.id>2021-04-08 18:44:36 -0400
commit3e5b961fd372efb6234af89176781114fa6f0625 (patch)
tree8d167f7a53fcc08bb4941ceb8aab25b193a1ad06 /src
parentfab86f9b874524a4beabb3c45a9e59e8b00ca495 (diff)
added comment
Diffstat (limited to 'src')
-rw-r--r--src/screens/chat/ChatScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/chat/ChatScreen.tsx b/src/screens/chat/ChatScreen.tsx
index 386feb03..59c53c99 100644
--- a/src/screens/chat/ChatScreen.tsx
+++ b/src/screens/chat/ChatScreen.tsx
@@ -29,6 +29,7 @@ const ChatScreen: React.FC<ChatScreenProps> = () => {
<SafeAreaView
style={[
styles.container,
+ // unable to figure out the padding issue, a hacky solution
{paddingBottom: isIPhoneX() ? tabbarHeight + 20 : tabbarHeight + 50},
]}>
<ChatHeader />