How to navigate to a specific view from Dynamic Link - iOS #6227
Unanswered
LucasHimelfarb
asked this question in
Q&A
Replies: 1 comment 6 replies
-
These are very very old versions, and they are mismatched!
https://invertase.io/blog/react-native-firebase-versioning - please update, consulting the changelog for the exact changes to make in order to handle the major version bumps, and try again? The newer version of the underlying firebase-ios-sdk 8.15.0 may just fix it for you. If not, you might try checking the built-in react-native linking onIniitialLink to see if it contains the link, at which point you can use dynamic-links api here to resolve it in a startup service and navigate. My apps use code like that as a fallback Hopefully that helps get things moving? |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
MY SETUP:
Firebase dependencies:
React native version: "react-native": "0.67.1"
SO: macOS Monterey 12.3.1
Chip: M1
Mobile device: Iphone 7 with iOS 15.4.1
PROBLEM:
my dynamic link has to open the application and navigate to a specific view. In android it works fine but in iOS it only opens the application, but does not navigate.
Errors from Xcode:
Deep Link Web URL query is empty
RNFBDynamicLinks: Unknown error occurred when attempting to handle a universal link: Error Domain=com.firebase.dynamicLinks Code=404 "(null)" UserInfo={message=Requested entity was not found., status=NOT_FOUND, code=404}
Beta Was this translation helpful? Give feedback.
All reactions