Skip to content

Commit 69a662a

Browse files
committed
remove duplicate requiresMainQueueSetup declaration
fixes wkh237#64
1 parent 4add857 commit 69a662a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ios/RNFetchBlob/RNFetchBlob.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ - (NSDictionary *)constantsToExport
7474
};
7575
}
7676

77-
+ (BOOL)requiresMainQueueSetup
78-
{
79-
return YES;
80-
}
81-
8277
// Fetch blob data request
8378
RCT_EXPORT_METHOD(fetchBlobForm:(NSDictionary *)options
8479
taskId:(NSString *)taskId

0 commit comments

Comments
 (0)