File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,11 @@ @implementation RNCPushNotificationIOS
92
92
formattedLocalNotification[@" fireDate" ] = fireDateString;
93
93
}
94
94
formattedLocalNotification[@" alertAction" ] = RCTNullIfNil (notification.alertAction );
95
+ formattedLocalNotification[@" alertTitle" ] = RCTNullIfNil (notification.alertTitle );
95
96
formattedLocalNotification[@" alertBody" ] = RCTNullIfNil (notification.alertBody );
96
97
formattedLocalNotification[@" applicationIconBadgeNumber" ] = @(notification.applicationIconBadgeNumber );
97
98
formattedLocalNotification[@" category" ] = RCTNullIfNil (notification.category );
99
+ formattedLocalNotification[@" repeatInterval" ] = RCTNullIfNil (notification.repeatInterval );
98
100
formattedLocalNotification[@" soundName" ] = RCTNullIfNil (notification.soundName );
99
101
formattedLocalNotification[@" userInfo" ] = RCTNullIfNil (RCTJSONClean (notification.userInfo ));
100
102
formattedLocalNotification[@" remote" ] = @NO ;
You can’t perform that action at this time.
0 commit comments