This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
MessageReminderHeader
Renders the reminder header in MessageList. This is the default component for the MessageReminderHeader prop.
Best Practices
- Keep reminder copy concise and scannable.
- Preserve translation keys for reminder state and duration text.
- Avoid expensive computations in the header render.
- Keep visual style aligned with other message headers.
- Override via
Channelprop for centralized customization.
Props
MessageReminderHeader accepts optional derived values when overridden:
timeLeftMs
Remaining reminder duration in milliseconds.
| Type |
|---|
number |
isReminderTimeLeft
Whether reminder time is still remaining.
| Type |
|---|
boolean |