0

So i built an app in expo where i use MapView and it worked fine until i ejected from expo.

It showed map correctly but when i ejected from expo, it shows a blank view with google icon on it.

Note that API key is right and has android maps sdk enabled and is also present in AndroidManifest.xml file

I also tried some solutions like changing android:name="com.google.android.geo.API_KEY" to android:name="com.google.android.maps.v2.API_KEY" (just saw it from github issues but i don't understand it. Please explain it too).

Irfan wani
  • 4,084
  • 2
  • 19
  • 34

1 Answers1

0

I guess this because you are using debug key so it will work while you are connecting to use it in the same way you want I guess you need to have a release API key