From ba3de14a7b0db37eb44093c232efbaf2ec6aba61 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Thu, 18 Feb 2021 14:50:36 -0400 Subject: [PATCH] [FIX] App compressing videos on iOS (#2915) * Update index.js * Update index.js --- app/containers/MessageBox/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/containers/MessageBox/index.js b/app/containers/MessageBox/index.js index 12fad3f1..0f9696b1 100644 --- a/app/containers/MessageBox/index.js +++ b/app/containers/MessageBox/index.js @@ -63,6 +63,7 @@ const imagePickerConfig = { const libraryPickerConfig = { multiple: true, + compressVideoPreset: 'Passthrough', mediaType: 'any' };