Say the app is closed or running in the background and the user receives a remote push notification, can I run any react native code at that moment?
Basically I want to call receiveRemoteNotification when the app is closed.
Is there a different way to do this?