File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -809,8 +809,10 @@ + (BOOL)requiresMainQueueSetup
809
809
NSURL * url = [NSURL URLWithString: imageUri];
810
810
__block NSURL * videoURL = [NSURL URLWithString: destination];
811
811
__block NSError *error = nil ;
812
+
812
813
PHFetchResult *phAssetFetchResult = [PHAsset fetchAssetsWithALAssetURLs: @[url] options: nil ];
813
814
PHAsset *phAsset = [phAssetFetchResult firstObject ];
815
+
814
816
PHVideoRequestOptions *options = [[PHVideoRequestOptions alloc ] init ];
815
817
options.networkAccessAllowed = YES ;
816
818
options.version = PHVideoRequestOptionsVersionOriginal;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-fs" ,
3
- "version" : " 2.13.1 " ,
3
+ "version" : " 2.13.2 " ,
4
4
"description" : " Native filesystem access for react-native" ,
5
5
"main" : " FS.common.js" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments