-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to open a link to a nonexistent page (expo sdk 50) #246
Comments
Any help please ? |
Hi @goldfishdevs, are you using expo router? |
Yes. i am using it |
So, then you don't have to handle anything for android, just configure the path to navigate directly to the concrete screen on branch platform -> In iOS you have to capture the link and then select the correct property to handle the navigation. This is an example of what could you do on iOS
|
My problem is that every time I open the app from the config link from branch.io, I always get to the not found page. I check and found current pathName "/ID_link_banch_IO". But if I link in the form "app://" there will be no error. so what I see you're talking about here is configured internally. |
Have you correctly configured branch plugin on App.json? |
Summary
I am trying to integrate my branch.io project with my react native expo project.
I am using expo SDK 50 with @config-plugins/react-native-branch 6.0.0
When I click on a link, the app opens, but I don't know why it always goes to a nonexistent page. And i am using expo-router
Config Plugin
@config-plugins/react-native-branch
What platform(s) does this occur on?
Android, iOS
SDK Version
50.0.7
Reproducible demo
Those are the packages used in my package.json file
"expo": "^50.0.7",
"react-native-branch": "6.0.0",
"@config-plugins/react-native-branch": "7.0.0",
Page redirected when opening the app from the link
The text was updated successfully, but these errors were encountered: