Skip to content

Commit

Permalink
Merge pull request #10 from klaasman/0.10.9
Browse files Browse the repository at this point in the history
Implement `requiresMainQueueSetup`, fixes #553
  • Loading branch information
Traviskn authored Mar 28, 2018
2 parents 4205ebc + 62f12a1 commit 8fb92ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/RNFetchBlob/RNFetchBlob.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ - (NSDictionary *)constantsToExport
};
}

+ (BOOL)requiresMainQueueSetup
{
return YES;
}

// Fetch blob data request
RCT_EXPORT_METHOD(fetchBlobForm:(NSDictionary *)options
taskId:(NSString *)taskId
Expand Down

0 comments on commit 8fb92ba

Please sign in to comment.