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
const notificationTime = new Date();
notificationTime.setHours(8, 0, 0, 0);
PushNotification.localNotificationSchedule({
channelId: "1",
title: "🌟 Your Daily Inspiration is Here!",
message: "Your daily dose of motivation is ready! Tap to view today's inspiring quote and make it a great day",
date:,
repeatType: 'day',
});
...
Describe what you expected to happen:
1.Initailly its working propely for few days i did not open app for 5 days now no notification is comming
2.
Reproducible sample code
The text was updated successfully, but these errors were encountered:
Bug
Environment info
react-native info
output:System:
OS: macOS 14.0
CPU: (8) arm64
Memory: 73.28 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.20.2
Yarn: 1.22.19
npm: 8.19.4
Watchman: 2023.10.09.00
Managers:
CocoaPods: 1.14.3
Library version: 8.1.1
Steps To Reproduce
notificationTime.setHours(8, 0, 0, 0);
PushNotification.localNotificationSchedule({
channelId: "1",
title: "🌟 Your Daily Inspiration is Here!",
message: "Your daily dose of motivation is ready! Tap to view today's inspiring quote and make it a great day",
date:,
repeatType: 'day',
});
...
Describe what you expected to happen:
1.Initailly its working propely for few days i did not open app for 5 days now no notification is comming
2.
Reproducible sample code
The text was updated successfully, but these errors were encountered: