react-native-remote-push
react-native-remote-push copied to clipboard
Question - Can I run react-native code from a remote push?
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?