Fix video not loading from iCloud (#1515)

Fix the video not loading/downloading from iCloud as suggested by @anhkieet
This commit is contained in:
Lucas Veiga 2021-01-21 09:21:58 -03:00 committed by GitHub
parent 95b9ba7718
commit e3b12e9579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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