File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ @implementation RNCPushNotificationIOS
9696 formattedLocalNotification[@" alertBody" ] = RCTNullIfNil (notification.alertBody );
9797 formattedLocalNotification[@" applicationIconBadgeNumber" ] = @(notification.applicationIconBadgeNumber );
9898 formattedLocalNotification[@" category" ] = RCTNullIfNil (notification.category );
99- formattedLocalNotification[@" repeatInterval" ] = RCTNullIfNil (notification.repeatInterval );
99+ formattedLocalNotification[@" repeatInterval" ] = @ (notification.repeatInterval );
100100 formattedLocalNotification[@" soundName" ] = RCTNullIfNil (notification.soundName );
101101 formattedLocalNotification[@" userInfo" ] = RCTNullIfNil (RCTJSONClean (notification.userInfo ));
102102 formattedLocalNotification[@" remote" ] = @NO ;
You can’t perform that action at this time.
0 commit comments