diff --git a/ios/RCTHotUpdate/RCTHotUpdate.m b/ios/RCTHotUpdate/RCTHotUpdate.m index a5e843d..72435b6 100644 --- a/ios/RCTHotUpdate/RCTHotUpdate.m +++ b/ios/RCTHotUpdate/RCTHotUpdate.m @@ -136,7 +136,8 @@ RCT_EXPORT_MODULE(RCTHotUpdate); } + (BOOL)requiresMainQueueSetup { - return YES; + // only set to YES if your module initialization relies on calling UIKit! + return NO; } - (NSDictionary *)constantsToExport