oracle / oracle/pushiomanager-react-native

Notification Handling

Open
#46 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
19
Forks
19
PR merge metrics
No merged PRs in 30d

Description

I have implemented the notifications on iOS and Android. I get the notification in device.

Now when I click on notification I am not getting any event from which we can move on particular screen or we need to perform some task on that.

I have tried with onNotificationOpenedApp() and getInitialNotification() which is firebase/messaging method but it is not called when I click on notification.

Can anyone please let me know which method is used for the same?

Thanks in advance

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the React Native notification click flow around onNotificationOpenedApp() and getInitialNotification(), comparing behavior on iOS and Android. Done means a notification tap produces an event available to JavaScript for navigation or another task, with the supported behavior verified on both platforms.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, ios, react-native
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.