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
Component to render giphy attachments within the [`MessageList`](./message_list.mdx).
14
17
@@ -43,3 +46,15 @@ Attachment object for `giphy` type attachment.
43
46
### <divclass="label description">_overrides the value from [MessageContext](../contexts/message_context.mdx#onpressin)_</div> onPressIn {#onpressin}
44
47
45
48
<OnPressIn />
49
+
50
+
### <divclass="label description">_overrides the value from [ImageGalleryContext](../contexts/image_gallery_context.mdx#setimage)_</div> setImage {#setimage}
51
+
52
+
<SetImage />
53
+
54
+
### <divclass="label description">_overrides the value from [ImageGalleryContext](../contexts/image_gallery_context.mdx#setimages)_</div> setImages {#setimages}
55
+
56
+
<SetImages />
57
+
58
+
### <divclass="label description">_overrides the value from [OverlayContext](../contexts/overlay_context.mdx#setoverlay)_</div> setOverlay {#setoverlay}
0 commit comments