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

How do I setup more than one pathPrefix for Androir deep linking in expo?

$
0
0

I'm trying to implement Deep Linking in my Expo-React Native app. I have the following configuration on app.json but I only can open the app with the link containing the pathPrefix /home.

"intentFilters": [
    {
      "action": "VIEW",
      "data": [
        {
          "scheme": "https",
          "host": "api.myApp.us",
          "pathPrefix": "/home"
        },
        {
          "scheme": "https",
          "host": "api.myApp.us",
          "pathPrefix": "/balance"
        },
        {
          "scheme": "https",
          "host": "api.myApp.us",
          "pathPrefix": "/charge"
        }
      ],
      "category": [
        "BROWSABLE",
        "DEFAULT"
      ]
    }
  ],

What is the correct way to configure more than one pathPrefix? Thank you!


Viewing all articles
Browse latest Browse all 29449

Trending Articles



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