I am using RN 0.54 with react-navigation having 3 tabs - tanks, alerts, and settings. I want to navigate and reload the alerts tab whenever I receive a notification for alerts.
I am able to navigate to the alerts screen when I am in either tanks or settings tab but when I get a notification while I'm in the alerts tab, nothing happens.
Now I want to reload the alerts screen while I'm on the alerts screen when I receive a notification.
Any lead would be greatly appreciated.