diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-19 21:26:28 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-19 21:26:28 -0700 |
commit | 8c458d613975a3d93151841f51c8aacb9dc35c8f (patch) | |
tree | 0160b6946cf064c9ad2056d9c517d4d210e2c02a /src | |
parent | 5c1562af9566c4f5762fd9f12161dd7fc08c500b (diff) |
Hide scroll to bottom indicator
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/chat/ChatScreen.tsx | 1 |
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} |