We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
notification name
event dispatcher name
1 parent 4cd7148 commit fc348f6Copy full SHA for fc348f6
ios/RNVoipPushNotification/RNVoipPushNotificationManager.m
@@ -14,9 +14,9 @@
14
#import "RCTEventDispatcher.h"
15
#import "RCTUtils.h"
16
17
-NSString *const RNVoipRemoteNotificationsRegistered = @"voipRemoteNotificationsRegistered";
18
-NSString *const RNVoipLocalNotificationReceived = @"voipLocalNotificationReceived";
19
-NSString *const RNVoipRemoteNotificationReceived = @"voipRemoteNotificationReceived";
+NSString *const RNVoipRemoteNotificationsRegistered = @"VoipRemoteNotificationsRegistered";
+NSString *const RNVoipLocalNotificationReceived = @"VoipLocalNotificationReceived";
+NSString *const RNVoipRemoteNotificationReceived = @"VoipRemoteNotificationReceived";
20
21
@implementation RCTConvert (UILocalNotification)
22
0 commit comments