diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-19 21:41:52 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-19 21:41:52 -0700 |
commit | 5d362b8dea13c3029657e11db94c3a7abea1bd57 (patch) | |
tree | 19fef7ec6c1db01db53fde3d63d6291289b5098b /src | |
parent | 8c458d613975a3d93151841f51c8aacb9dc35c8f (diff) |
removed sticky header
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 2d57c999..bac1683f 100644 --- a/src/screens/chat/ChatScreen.tsx +++ b/src/screens/chat/ChatScreen.tsx @@ -253,6 +253,7 @@ const ChatScreen: React.FC<ChatScreenProps> = () => { }, ]} InlineDateSeparator={DateHeader} + StickyHeader={() => null} ScrollToBottomButton={() => null} MessageFooter={MessageFooter} TypingIndicator={TypingIndicator} |