You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`AttachmentPickerContext` is provided by [`OverlayProvider`](../../core-components/overlay-provider) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
14
+
`AttachmentPickerContext` is provided by [`OverlayProvider`](../core-components/overlay_provider.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
`ChannelContext` is provided by [`Channel`](../../core-components/channel) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
21
+
`ChannelContext` is provided by [`Channel`](../core-components/channel.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
22
22
23
23
## Basic Usage
24
24
@@ -47,13 +47,13 @@ We don't recommend using `ChannelContext` at message level, since changes to its
47
47
48
48
### channel
49
49
50
-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
50
+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
51
51
52
52
<Channel />
53
53
54
54
### enforceUniqueReaction
55
55
56
-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
56
+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
57
57
58
58
<EnforceUniqueReaction />
59
59
@@ -79,7 +79,7 @@ Value is true, when giphy command is enabled on [channel type](https://getstream
79
79
80
80
### hideDateSeparators
81
81
82
-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
82
+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
83
83
84
84
<HideDateSeparators />
85
85
@@ -154,7 +154,7 @@ Value is true, when channel is loading messages during first load.
`ChannelsContext` is provided by [`ChannelList`](../../core-components/channel-list) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
26
+
`ChannelsContext` is provided by [`ChannelList`](../core-components/channel_list.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
`ChatContext` is provided by [`Chat`](../../core-components/chat) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
8
+
`ChatContext` is provided by [`Chat`](../core-components/chat.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/contexts/image_gallery_context.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: image-gallery-context
3
3
title: ImageGalleryContext
4
4
---
5
5
6
-
`ImageGalleryContext` is provided by [`OverlayProvider`](../../core-components/overlay-provider) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
6
+
`ImageGalleryContext` is provided by [`OverlayProvider`](../core-components/overlay_provider.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/contexts/keyboard_context.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: keyboard-context
3
3
title: KeyboardContext
4
4
---
5
5
6
-
`KeyboardContext` is provided by [`Channel`](../../core-components/channel) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
6
+
`KeyboardContext` is provided by [`Channel`](../core-components/channel.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
0 commit comments