Skip to content

Commit 6ea1177

Browse files
zakharchenkoAndriiAndrii Zakharchenko
and
Andrii Zakharchenko
authored
fix(core): countly ios warning (#112)
Co-authored-by: Andrii Zakharchenko <[email protected]>
1 parent 79ad8f4 commit 6ea1177

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: ios/src/CountlyReactNative.m

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ - (instancetype)init {
6262

6363
return self;
6464
}
65+
66+
+ (BOOL)requiresMainQueueSetup
67+
{
68+
return NO;
69+
}
70+
6571
- (NSArray<NSString *> *)supportedEvents {
6672
return @[ pushNotificationCallbackName, ratingWidgetCallbackName, widgetShownCallbackName, widgetClosedCallbackName ];
6773
}

0 commit comments

Comments
 (0)