Skip to content

Commit b6b3758

Browse files
committed
Hotfix v2.13.2
1 parent 167bb04 commit b6b3758

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RNFSManager.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,10 @@ + (BOOL)requiresMainQueueSetup
809809
NSURL* url = [NSURL URLWithString:imageUri];
810810
__block NSURL* videoURL = [NSURL URLWithString:destination];
811811
__block NSError *error = nil;
812+
812813
PHFetchResult *phAssetFetchResult = [PHAsset fetchAssetsWithALAssetURLs:@[url] options:nil];
813814
PHAsset *phAsset = [phAssetFetchResult firstObject];
815+
814816
PHVideoRequestOptions *options = [[PHVideoRequestOptions alloc] init];
815817
options.networkAccessAllowed = YES;
816818
options.version = PHVideoRequestOptionsVersionOriginal;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)