[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 = {
|
const libraryPickerConfig = {
|
||||||
multiple: true,
|
multiple: true,
|
||||||
|
compressVideoPreset: 'Passthrough',
|
||||||
mediaType: 'any'
|
mediaType: 'any'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue