Skip to content

Commit 8fb92ba

Browse files
authored
Merge pull request #10 from klaasman/0.10.9
Implement `requiresMainQueueSetup`, fixes #553
2 parents 4205ebc + 62f12a1 commit 8fb92ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNFetchBlob/RNFetchBlob.m

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ - (NSDictionary *)constantsToExport
7070
};
7171
}
7272

73+
+ (BOOL)requiresMainQueueSetup
74+
{
75+
return YES;
76+
}
77+
7378
// Fetch blob data request
7479
RCT_EXPORT_METHOD(fetchBlobForm:(NSDictionary *)options
7580
taskId:(NSString *)taskId

0 commit comments

Comments
 (0)