Skip to content

Commit 330572c

Browse files
Naturalclartolgaberk
authored andcommitted
feat: add day of the week and year repetition (react-native-push-notification#325)
1 parent 040e2f7 commit 330572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTConvert+Notification.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ + (UNNotificationRequest *)UNNotificationRequest:(id)json
130130
}
131131
} else {
132132
content.sound = [RCTConvert NSString:details[@"sound"]] ? [UNNotificationSound soundNamed:[RCTConvert NSString:details[@"sound"]]] : [UNNotificationSound defaultSound];
133-
}```
133+
}
134134
}
135135

136136
NSDate* fireDate = [RCTConvert NSDate:details[@"fireDate"]];

0 commit comments

Comments
 (0)