You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have done this in my code for android it's working fine but in ios it's not working when checking it by changing the date
single local notifications are working fine but when i'm adding for week it's not working i have searched alot on google platform and also tried some example but did not work
i have done this in my code for android it's working fine but in ios it's not working when checking it by changing the date
single local notifications are working fine but when i'm adding for week it's not working i have searched alot on google platform and also tried some example but did not work
PushNotificationIOS.addNotificationRequest({
id: reminder.id,
title: reminder.title,
body: reminder.description,
fireDate: date,
repeats: selectWeeks ? true : false,
repeatsComponent: {
dayOfWeek: selectWeeks ? true : false,
day: true
},
userInfo: { id: reminder.id },
});
The text was updated successfully, but these errors were encountered: