This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
ShowThreadMessageInChannelButton
ShowThreadMessageInChannelButton renders the “Also send to channel” checkbox in thread input.
Internally it reads and toggles messageComposer.showReplyInChannel, and only renders when both threadList and allowThreadMessagesInChannel are truthy.
Props
All props are optional at wrapper level (Partial<...>) because defaults come from context.
allowThreadMessagesInChannel
Whether showing this control is allowed.
| Type |
|---|
boolean |
threadList
Indicates thread input context.
| Type |
|---|
boolean |
t
Translation function.
| Type |
|---|
(key: string) => string |