[FIX] App compressing videos on iOS (#2915)
* Update index.js * Update index.js
This commit is contained in:
parent
3264746400
commit
ba3de14a7b
|
@ -63,6 +63,7 @@ const imagePickerConfig = {
|
|||
|
||||
const libraryPickerConfig = {
|
||||
multiple: true,
|
||||
compressVideoPreset: 'Passthrough',
|
||||
mediaType: 'any'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue