This is documentation for Stream Chat React-native SDK v3, which is no longer actively maintained. For up-to-date documentation, see the latest version (v5).

FileIcon

Component to render the file attachment icon within the MessageList.

Basic Usage

You can customize this component and provide it back to the SDK via the FileAttachmentIcon prop on Channel if desired.

Changing the size of the file attachment icon can be easily accomplished.

import { Channel, FileIcon } from 'stream-chat-react-native';

<Channel FileAttachmentIcon={() => <FileIcon size={40} />}

Props

mimeType

Mime type for this file attachment. for example application/pdf, audio/mp4 etc.

Type
string

size

Size of the icon.

Type
number
© Getstream.io, Inc. All Rights Reserved.