Handling Interaction via push notification #8547
shaliniele6263
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm a bit confused and would appreciate your guidance. In my app, I’m not implementing deep linking with universal links or external links. Instead, I’m using a custom linking object where I return a URL prefixed with just an unreal scheme, no intent filter for it (e.g., myapp://). Then, based on whether the app is opened from a quit state or from the background, I handle the URL accordingly.
My question is in the documentation https://rnfirebase.io/messaging/notifications#notifee---advanced-notifications I can omit the Linking.getInitialUrl() and Linking.addEventListener('url'...) right?
or should I use navigation.navigate() directly:)
Beta Was this translation helpful? Give feedback.
All reactions