diff --git a/ios/RNVoipPushNotification/RNVoipPushNotificationManager.m b/ios/RNVoipPushNotification/RNVoipPushNotificationManager.m index e9af58c..54240bf 100644 --- a/ios/RNVoipPushNotification/RNVoipPushNotificationManager.m +++ b/ios/RNVoipPushNotification/RNVoipPushNotificationManager.m @@ -216,4 +216,9 @@ - (void)handleRemoteNotificationReceived:(NSNotification *)notification [RCTSharedApplication() presentLocalNotificationNow:notification]; } ++ (BOOL)requiresMainQueueSetup +{ + return YES; +} + @end