_forwarded from [Channel](../../core-components/channel#allowthreadmessagesinchannel)_ props
allowThreadMessagesInChannel `{#allowthreadmessagesinchannel}`
@@ -54,6 +55,10 @@ const value = useThreadContext();
+### `parentMessagePreventPress`
+
+
+
### `reloadThread`
diff --git a/docusaurus/docs/reactnative/ui-components/thread.mdx b/docusaurus/docs/reactnative/ui-components/thread.mdx
index 2b9c81e744..294074208e 100644
--- a/docusaurus/docs/reactnative/ui-components/thread.mdx
+++ b/docusaurus/docs/reactnative/ui-components/thread.mdx
@@ -9,6 +9,7 @@ import Thread from '../common-content/ui-components/channel/props/thread.mdx';
import CloseThread from '../common-content/contexts/thread-context/close_thread.mdx';
import LoadMoreThread from '../common-content/contexts/thread-context/load_more_thread.mdx';
+import ParentMessagePreventPress from '../common-content/contexts/thread-context/parent_message_prevent_press.mdx';
import ReloadThread from '../common-content/contexts/thread-context/reload_thread.mdx';
Component to render thread replies for a message, along with and input box for adding new thread replies. This component internally uses `MessageList` and `MessageInput` components.
@@ -70,7 +71,7 @@ Closes thread on dismount, defaults to `true`.
-###
overrides the value from [ThreadContext](../../contexts/thread-context#closeThread)
`closeThread` {#closeThread}
+###
overrides the value from [ThreadContext](../../contexts/thread-context#closethread)
`closeThread` {#closeThread}
@@ -82,7 +83,7 @@ When true, the underlying input box will be disabled.
| ------- | ------- |
| Boolean | `false` |
-###
overrides the value from [ThreadContext](../../contexts/thread-context#loadMoreThread)
`loadMoreThread` {#loadMoreThread}
+###
overrides the value from [ThreadContext](../../contexts/thread-context#loadmorethread)
`loadMoreThread` {#loadMoreThread}
@@ -94,7 +95,11 @@ Function which gets called when Thread component un-mounts.
| -------- |
| Function |
-###
overrides the value from [ThreadContext](../../contexts/thread-context#reloadThread)
`reloadThread` {#reloadThread}
+###
overrides the value from [ThreadContext](../../contexts/thread-context#parentmessagepreventpress)