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.
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
...
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