mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-22 18:38:13 +00:00
Fix video not loading from iCloud (#1515)
Fix the video not loading/downloading from iCloud as suggested by @anhkieet
This commit is contained in:
parent
95b9ba7718
commit
e3b12e9579
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user