Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29454

What pathPrefix in Android to make entire domain a deep linking?

$
0
0

I want to set up deep linking so that any url of myapp.io is opened by the Android app if installed.

Is this a valid pathPrefix? Or should it be "/*"?

"android": {"intentFilters": [        {"action": "VIEW","data": [            {"scheme": "https","host": "*.myapp.io","pathPrefix": "*"            }          ],"category": ["BROWSABLE","DEFAULT"          ]        }      ]    },The code above is from my app.json as I'm using Expo, but I think it's clear what React Native values they map to. 

Viewing all articles
Browse latest Browse all 29454

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>