dynamic link - deep link parameters on android #6598
batmanashvili
started this conversation in
General
Replies: 1 comment 2 replies
-
When I see questions related to old versions, I stop and wait to hear confirmation you have updated and still have the same experience on current versions:
Please let me know once you're on current stable, and assert that anything else you've written is still valid |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using dynamic link in React Native, I have all the steps required for IOS and android setup. (dynamic link opens the app on both platform) but when I have deep link attached to it, on Android app is opened but deep link parameters are not passed.
IOS works fine, deep link works correctly.
deep link debug version
video
In this video there are two browser: Mi browser and chrome browser,
1665322105816.mp4
AndroidManifest
deep link handling with react navigation
Is there anything incorrect or is it firebase dynamic links normal behaviour?
Beta Was this translation helpful? Give feedback.
All reactions