aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-19 21:26:28 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-19 21:26:28 -0700
commit8c458d613975a3d93151841f51c8aacb9dc35c8f (patch)
tree0160b6946cf064c9ad2056d9c517d4d210e2c02a /src
parent5c1562af9566c4f5762fd9f12161dd7fc08c500b (diff)
Hide scroll to bottom indicator
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 8e27731a..2d57c999 100644
--- a/src/screens/chat/ChatScreen.tsx
+++ b/src/screens/chat/ChatScreen.tsx
@@ -253,6 +253,7 @@ const ChatScreen: React.FC<ChatScreenProps> = () => {
},
]}
InlineDateSeparator={DateHeader}
+ ScrollToBottomButton={() => null}
MessageFooter={MessageFooter}
TypingIndicator={TypingIndicator}
myMessageTheme={loggedInUsersMessageTheme}