zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.75k stars 2.05k forks source link

How to pass and get data when notification clicked from .onNotification() #2393

Open suriya-hub opened 10 months ago

suriya-hub commented 10 months ago

I am sending a object in data as {"redirectScreen":"Settings"} in FCM Tester https://testfcm.com/ and In my console. the data is empty. Is any other ways to do?

my console.log NOTIFICATION: {"channelId": ["fcm_fallback_test_channel"], "data": {}, "finish": [Function finish], "foreground ": true, "id": "-1030542335", "message": "Test", "title": "Testing", "userInteraction": true}