I am new to react native and am trying to create an app that I would like to received background notifications when some new content as been added.
I have set up background notifications using firebase cloud messaging, however I have noticed that this only allows me to send messages to devices and takes the user to the home screen. I would like the when the user receives the notification and they click on it that it would take them to a certain screen depending on the notification.
After doing some research I can't seem to find any way to do this, would anyone know how this can be done or know of a tutorial for this?