Handling Firebase Dynamic Links with expo-router #656
Replies: 5 comments 2 replies
-
I have the same problem, i would like to disable the auto routing on universal link, but there seems to be no way to describe linking options. Please let me know if you find a soloution. |
Beta Was this translation helpful? Give feedback.
-
I too also need this and neither of the listeners on their docs gets called. Listening for Dynamic Links I also tried using
|
Beta Was this translation helpful? Give feedback.
-
no solution? |
Beta Was this translation helpful? Give feedback.
-
I'm aware this isn't going to be stuff developers landing on this want to hear, but be aware that google announced they will shut down dynamic links in the future. It's still a ways away that I think this is still something to look at for people using dynamic links heavily, but if you're just starting to use dynamic links, I would recommend swapping your deferred deep linking needs to another provider. |
Beta Was this translation helpful? Give feedback.
-
is there a way to disable automatic deep link? |
Beta Was this translation helpful? Give feedback.
-
I'm using Firebase Dynamic Links in my project.
With the universal link feature of
expo-router
, when a URL generated by Firebase Dynamic Links ishttps://xxxxxxx.page.link/details
, it opensapp/details.tsx
.I would like to know how to open
app/index.tsx
instead in these situations.Furthermore, is it possible to disable the universal link feature of
expo-router
?By "disabling", I mean that the app always navigates to
app/index.tsx
.Beta Was this translation helpful? Give feedback.
All reactions