We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093ab8a commit 2d6da3fCopy full SHA for 2d6da3f
examples/ExpoMessaging/app/channel/[cid]/index.tsx
@@ -8,7 +8,7 @@ import { useHeaderHeight } from '@react-navigation/elements';
8
9
export default function ChannelScreen() {
10
const router = useRouter();
11
- const { setThread, channel } = useContext(AppContext);
+ const { setThread, channel, thread } = useContext(AppContext);
12
const { setTopInset } = useAttachmentPickerContext();
13
const headerHeight = useHeaderHeight();
14
@@ -28,6 +28,7 @@ export default function ChannelScreen() {
28
audioRecordingEnabled={true}
29
channel={channel}
30
keyboardVerticalOffset={headerHeight}
31
+ thread={thread}
32
>
33
<View style={{ flex: 1 }}>
34
<MessageList
0 commit comments