tschoffelen / react-native-map-link

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

yandex maps is not available #247

Closed castusoft closed 1 year ago

castusoft commented 1 year ago

Yandex maps option is not showing up in expo app, here is what I have:

...
"ios": {
      "supportsTablet": true,
      "infoPlist": {
        "LSApplicationQueriesSchemes": [
          "comgooglemaps",
          "yandex",
          "yandex-taxi",
          "yandex-maps",
          "waze"
        ]
      }
    },
...

it looks like canOpenUrl for yandex maps returns false, even though app is installed...

tschoffelen commented 1 year ago

I think the URL scheme for Yandex.Maps is yandexmaps, without the dash. I'll submit a PR to update the documentation on this.