<Channel ScrollToBottomButton={CustomScrollToBottomButton} />
ScrollToBottomButton
Component to render the floating button, which when pressed scrolls the MessageList
to the most recent message.
General Usage
You can replace this default UI component using the ScrollToBottomButton
prop on Channel component.
Props
onPress
onPress
handler for the button.
Type |
---|
Function |
showNotification
When false
, button won’t be rendered.
Type |
---|
Boolean |
unreadCount
Unread count on current channel.
Type |
---|
Number |
On this page: