Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 28463

LocalNotificationSchedule not working on android react native v0.60

$
0
0

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()


Viewing all articles
Browse latest Browse all 28463

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>