点击通知不会打开react native android app(react-native-notifications)

时间:2019-03-03 22:45:53

标签: android react-native push-notification notifications

我正在使用react-native-notifications,当我在后台点击通知时,该应用未打开且通知消失了。然后,如果我打开该应用程序,则事件监听器将触发(并且我可以看到警报)。

NotificationsAndroid.setNotificationOpenedListener((notification) => {
   console.log("Notification opened by device user", notification);
   alert(JSON.stringify(notification))
});

如何在点击通知时打开应用程序?

0 个答案:

没有答案