localNotificationSchedule is not working react-native-push-notification while localNotification is working normally:
PushNotification.localNotificationSchedule({
message: "Notification",
date: new Date(Date.now() + 60 * 1000),
id: "1"
});
"react-native": "0.60.5",
"react-native-push-notification": "^3.1.1"
updating AndroidManifest as intended in https://github.com/zo0r/react-native-push-notification,
any help what should be done to display notification using localNotificationSchedule()