FileIcon
Component to render the file attachment icon within the MessageList
.
#
Basic UsageYou 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} />}
#
Propsrequired mimeType#
Mime type for this file attachment. for example application/pdf
, audio/mp4
etc.
Type |
---|
string |
#
sizeSize of the icon.
Type |
---|
number |