tschoffelen / react-native-map-link

🗺 Open the map app of the user's choice.
MIT License
655 stars 141 forks source link

Many options not showing up #182

Closed Aryk closed 3 years ago

Aryk commented 3 years ago

I'm using Expo Managed workflow. I'm on the latest SDK (41), but this also was failing on SDK 40.

I just ran a new build per the instructions here: https://github.com/flexible-agency/react-native-map-link/blob/master/docs/expo.md

Also, this is in my infoPlist key in my app.json:

        "LSApplicationQueriesSchemes": [
          "comgooglemaps",
          "citymapper",
          "uber",
          "lyft",
          "transit",
          "truckmap",
          "waze",
          "yandexnavi",
          "moovit",
          "yandextaxi",
          "yandexmaps",
          "kakaomap",
          "szn",
          "mapsme",
          "osmandmaps",
          "gett",
          "nmap",
          "dgis"
        ],

I have Yandex Go and Uber installed, but I only get:

As options. What am I missing here?

Aryk commented 3 years ago

Sorry guys...had the wrong app opened on my end 🤦