diff --git a/src/components/AttachmentPicker/index.native.js b/src/components/AttachmentPicker/index.native.js index beca94c97e50f..db2efe74e535e 100644 --- a/src/components/AttachmentPicker/index.native.js +++ b/src/components/AttachmentPicker/index.native.js @@ -50,6 +50,7 @@ function getDataForUpload(fileData) { name: fileData.fileName || fileData.name || 'chat_attachment', type: fileData.type, uri: fileData.uri, + size: fileData.size, }; }