This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
FileAttachmentUploadPreview
FileAttachmentUploadPreview renders pending file uploads with retry/remove controls.
Internally it shows progress/retry/not-supported indicators based on upload state and uses FilePreview for file metadata rendering.
Props
Implements UploadAttachmentPreviewProps<LocalFileAttachment | LocalVideoAttachment | LocalAudioAttachment>.
attachment
File attachment item being previewed.
handleRetry
Retry callback for failed uploads.
removeAttachments
Removes attachment(s) by local attachment id.