This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
ImageAttachmentUploadPreview
ImageAttachmentUploadPreview renders pending image uploads with an overlay indicator and remove control.
Internally it renders the image background preview and picks the correct progress/retry state indicator from upload metadata.
Props
Implements UploadAttachmentPreviewProps<LocalImageAttachment>.
attachment
Image attachment item being previewed.
handleRetry
Retry callback for failed uploads.
removeAttachments
Removes attachment(s) by local attachment id.