config-plugins icon indicating copy to clipboard operation
config-plugins copied to clipboard

Error when trying to open a link to a nonexistent page (expo sdk 50)

Open goldfishdevs opened this issue 1 year ago • 7 comments

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

Screenshot 2024-07-30 at 08 46 29 Screenshot 2024-07-30 at 08 46 52

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 IMG_4603

goldfishdevs avatar Jul 30 '24 01:07 goldfishdevs