react-native-push-notification
react-native-push-notification copied to clipboard
Handle remote notification as local
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:
- User receives notification. App get the notification data but no notification is shown to the user.
- Based on notification data receive by remote source, app creates a local notification.
- User see the local notification.