Skip to content

Commit 8254425

Browse files
committed
Added category to localNotificationSchedule payload
1 parent 9708445 commit 8254425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Notifications.localNotificationSchedule = function(details: Object) {
165165
fireDate: details.date.toISOString(),
166166
alertTitle: details.title,
167167
alertBody: details.message,
168+
category: details.category,
168169
soundName: soundName,
169170
userInfo: details.userInfo,
170171
repeatInterval: details.repeatType

0 commit comments

Comments
 (0)