From 022fda3928da6b2120bc9892927554fab6d263af Mon Sep 17 00:00:00 2001 From: Artal Druk Date: Thu, 18 Apr 2019 10:46:26 +0300 Subject: [PATCH] add requiresMainQueueSetup --- RNNotifications/RNNotifications.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RNNotifications/RNNotifications.m b/RNNotifications/RNNotifications.m index 33786ed..533235a 100644 --- a/RNNotifications/RNNotifications.m +++ b/RNNotifications/RNNotifications.m @@ -172,7 +172,9 @@ RCT_EXPORT_MODULE() return self; } - ++ (BOOL)requiresMainQueueSetup { + return YES; +} - (void)setBridge:(RCTBridge *)bridge { -- 2.26.2