This is documentation for the release candidate
Stream Chat React Native SDK v6. For the latest stable version, see the latest version (v5).
ThreadListItem
A component used to render each item within ThreadList
. This is the default UI component used to render the items within the ThreadList
.
Props
thread
An instance of the Thread
class that can be used to either get more data about the thread or pass to onThreadSelect
.
Type |
---|
Thread |
timestampTranslationKey
A string representing a translation key used for formatting and translating the timestamp of the thread.
Type |
---|
string |
On this page: