import { Channel, FileIcon } from 'stream-chat-react-native';
<Channel FileAttachmentIcon={() => <FileIcon size={40} />}
This is documentation for the release candidate
Stream Chat React Native SDK v6. For the latest stable version, 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.
Props
mimeType
Mime type for this file attachment. for example application/pdf
, audio/mp4
etc.
Type |
---|
String |
size
Size of the icon.
Type |
---|
Number |
On this page: