@@ -222,4 +222,9 @@ RCT_EXPORT_METHOD(startLoadWithResult:(BOOL)result lockIdentifier:(NSInteger)loc
return dispatch_get_main_queue();
}
++ (BOOL)requiresMainQueueSetup
+{
+ return YES;
+}
+
@end