Selaa lähdekoodia

Implement `requiresMainQueueSetup`, fixes #553

Klaas Landsman 6 vuotta sitten
vanhempi
commit
62f12a128f
No account linked to committer's email address
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      ios/RNFetchBlob/RNFetchBlob.m

+ 5
- 0
ios/RNFetchBlob/RNFetchBlob.m Näytä tiedosto

@@ -70,6 +70,11 @@ RCT_EXPORT_MODULE();
70 70
              };
71 71
 }
72 72
 
73
++ (BOOL)requiresMainQueueSetup
74
+{
75
+    return YES;
76
+}
77
+
73 78
 // Fetch blob data request
74 79
 RCT_EXPORT_METHOD(fetchBlobForm:(NSDictionary *)options
75 80
                   taskId:(NSString *)taskId