react-native-push-notification
react-native-push-notification copied to clipboard
Issue in Android 11 - Already have a pending vsync event. There should only be one at a time.
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.