[FIX] App compressing videos on iOS (#2915)

* Update index.js

* Update index.js
This commit is contained in:
Gerzon Z 2021-02-18 14:50:36 -04:00 committed by GitHub
parent 3264746400
commit ba3de14a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ const imagePickerConfig = {
const libraryPickerConfig = {
multiple: true,
compressVideoPreset: 'Passthrough',
mediaType: 'any'
};