zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

Issue in Android 11 - Already have a pending vsync event. There should only be one at a time. #2361

Closed muralivegesna1381 closed 1 month ago

muralivegesna1381 commented 1 year ago

OS : Android 11 Brand : OnePlus

PushNotification.localNotificationSchedule({ channelId: "Wearables_Mobile_Android", title: "Wearables", message: msg, // (required) date: new Date(Date.now() + 60 * 1000), // in 60 secs allowWhileIdle: true, // (optional) set notification to work while on doze, default: false //timeoutAfter:120000,
ignoreInForeground: true, });

Notifications not trigging.

In Logs we are able to see this info: W: Already have a pending vsync event. There should only be one at a time.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.