Replies: 1 comment 1 reply
-
Is there any solution about it? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using firebase deeplink with react navigation. There is no problem in the operation of the redirect and deeplink. But if I installed the app with a deeplink, that deeplink comes every time I close and open the app even when I change nav stack, I am directed to that screen again.
My code same with this:
https://reactnavigation.org/docs/deep-linking#third-party-integrations
I did some research. There is something called
DynamicLink.matchType
but I couldn't find it in react-native-firebase. How exactly can I fix this issue?https://stackoverflow.com/a/47998881/8519853
Beta Was this translation helpful? Give feedback.
All reactions