Explorar el Código

Implement `requiresMainQueueSetup`, fixes #553

Klaas Landsman hace 6 años
padre
commit
62f12a128f
No account linked to committer's email address
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      ios/RNFetchBlob/RNFetchBlob.m

+ 5
- 0
ios/RNFetchBlob/RNFetchBlob.m Ver fichero

@@ -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