MessageList
A simple interface for displaying messages in a room.
Last updated
A simple interface for displaying messages in a room.
Last updated
The Room for which you want to show messages.
Additional props for the inner FlatList
What happens when you press on a message.
What happens when you long press on a message.
Render a typing indicator below the message list. Default is null. Passes the following object as an argument:
Overrides the default message renderer. Immediately passed to FlatList, so you receive what you normally would from renderItem
- most notably, ({ item, index })
A loader that appears at the top of the list when scrolling up to get new messages. Default is null.