This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
AttachmentUploadPreviewList
AttachmentUploadPreviewList renders a horizontal list of pending attachment previews in MessageInput.
Internally it selects the correct preview renderer by attachment type (image, voice/audio, video, file) and wires retries/removal to the attachmentManager. It auto-scrolls to new items and keeps end anchoring stable when list width shrinks.
Props
All props are optional overrides for the default preview components.
AudioAttachmentUploadPreview
| Type |
|---|
ComponentType |
FileAttachmentUploadPreview
| Type |
|---|
ComponentType |
ImageAttachmentUploadPreview
| Type |
|---|
ComponentType |
VideoAttachmentUploadPreview
| Type |
|---|
ComponentType |