react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

Handle remote notification as local

Open rossicler-hostalky opened this issue 1 year ago • 0 comments

Question

Is there a way to handle remote notifications as a local notification?

My problem: User is receiving remote notifications fine, but I want to not only have more control over the UI, but also change the title and description of the notification based on info in the app.

Expected behaviour:

  1. User receives notification. App get the notification data but no notification is shown to the user.
  2. Based on notification data receive by remote source, app creates a local notification.
  3. User see the local notification.

rossicler-hostalky avatar Jul 11 '23 15:07 rossicler-hostalky