From e3b12e9579ecdf7d9a699a9da02d1e172cf4ddf1 Mon Sep 17 00:00:00 2001 From: Lucas Veiga Date: Thu, 21 Jan 2021 09:21:58 -0300 Subject: [PATCH] Fix video not loading from iCloud (#1515) Fix the video not loading/downloading from iCloud as suggested by @anhkieet --- ios/src/ImageCropPicker.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/src/ImageCropPicker.m b/ios/src/ImageCropPicker.m index 73dd016..e609127 100644 --- a/ios/src/ImageCropPicker.m +++ b/ios/src/ImageCropPicker.m @@ -465,6 +465,7 @@ RCT_EXPORT_METHOD(openCropper:(NSDictionary *)options PHVideoRequestOptions *options = [[PHVideoRequestOptions alloc] init]; options.version = PHVideoRequestOptionsVersionOriginal; options.networkAccessAllowed = YES; + options.deliveryMode = PHVideoRequestOptionsDeliveryModeHighQualityFormat; [manager requestAVAssetForVideo:forAsset