diff --git a/ios/PhotoEditor.m b/ios/PhotoEditor.m index 586ae08d..b9c6ca48 100644 --- a/ios/PhotoEditor.m +++ b/ios/PhotoEditor.m @@ -7,5 +7,7 @@ +(BOOL)requiresMainQueueSetup { return NO; }; RCT_EXTERN_METHOD(open:(NSDictionary *)options withResolver:(RCTPromiseResolveBlock)resolve withRejecter:(RCTPromiseRejectBlock)reject) + ++(BOOL)requiresMainQueueSetup { return NO; }; @end