@@ -217,4 +217,9 @@ RCT_EXPORT_METHOD(startLoadWithResult:(BOOL)result lockIdentifier:(NSInteger)loc
}
+- (dispatch_queue_t)methodQueue
+{
+ return dispatch_get_main_queue();
+}
+
@end