Search code examples
androidreact-nativeexpodeep-linking

Expo. React Native. Deep links do not work on Android


Universal links on iOS work well. I have an issue with Android. Please see assetlinks and intentFilters. I will appreciate any help. SDK Version: 35.0.0

assetlinks - https://ocov.us/.well-known/assetlinks.json

"intentFilters": [
    {
      "action": "VIEW",
      "autoVerify": true,
      "data": {
        "scheme": "https",
        "host": "*.ocov.us"
      },
      "category": [
        "BROWSABLE",
        "DEFAULT"
      ]
  }]

Solution

  • Playing with data.host helped.