From 1c2078ce515a5b5958949b81de43000b2e23b015 Mon Sep 17 00:00:00 2001 From: ShridharGoel <35566748+ShridharGoel@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:40:22 +0530 Subject: [PATCH] Immediately show file size message for large attachments --- src/components/AttachmentPicker/index.native.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AttachmentPicker/index.native.tsx b/src/components/AttachmentPicker/index.native.tsx index 19244913174d..6abedbfebb58 100644 --- a/src/components/AttachmentPicker/index.native.tsx +++ b/src/components/AttachmentPicker/index.native.tsx @@ -45,6 +45,7 @@ const imagePickerOptions = { saveToPhotos: false, selectionLimit: 1, includeExtra: false, + assetRepresentationMode: 'current', }; /**