Expo Deep Linking scheme seems to create 2 scheme names in android/app/src/main/AndroidManifest.xml

Please provide the following:

  1. SDK Version:49.0.13
  2. Platforms(Android/iOS/web/all):Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Expo Linking scheme seems to create 2 scheme names in android/app/src/main/AndroidManifest.xml

**** ** **

Extract from eas.json

“expo”: {
“scheme”: “blinkdriverapp”,
“name”: “blinkdriverapp”,
“slug”: “blinkdriverapp”,

“android”: {
“adaptiveIcon”: {
“foregroundImage”: “./assets/adaptive-icon.png”,
“backgroundColor”: “#FFFFFF
},
“package”: “com.xxxxx.blinkdriverapp”
},

However when go to the web browser on the phone and enter
blinkdriverapp://

chrome searches the web, instead of launching the RN app on the phone.

Followed instructions from
Linking - Expo Documentation myapp://

Also even typing in the web browser on the android device. exp:// is not launched.
From the notes:-
You can also open a URL by searching for it on the device’s native browser. For example, opening Safari on iOS and typing exp:// then searching will prompt you to open Expo Go (if installed)

However
npx uri-scheme open myapp:// --android
does work!

Thanks

Regards

Justin

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.