0

localNotificationSchedule 不工作 react-native-push-notification 而 localNotification 正常工作:

PushNotification.localNotificationSchedule({
    message: "Notification",
    date: new Date(Date.now() + 60 * 1000),
    id: "1"
  });

“反应原生”:“0.60.5”,

“反应原生推送通知”:“^3.1.2”

按照https://github.com/zo0r/react-native-push-notification中的预期更新 AndroidManifest ,

使用 localNotificationSchedule() 显示通知的任何帮助

4

0 回答 0