Help with mapview

I am trying to use mapview on a standalone app.

Everything works fine in the expo client, but when I release it to android it shows just the gray square of the map, not map in it.

Things I have done
I have enabled android google maps api;
I have used both sha1(keytool and google sign)
I have added to app.json

"android": {
      "package": "com.xxxx",
      "versionCode":x,
      "icon":"./xxxx",
      "config":{
        "googleMaps":{
          "apiKey":"xxxxx"
        }
      }
    }

Can anyone try and help me with this?

Thanks

If you run exp start --no-dev --minify the app will be built the same way it’s deployed. Use this to debug your project.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.