react native maps not displayed when development apk is built , but running fine in expo go
this is my app.json file "adaptiveIcon": { "foregroundImage": "./assets/Icon.png", "backgroundColor": "#FFFFFF" }, "package": "com.atomz.app", "config": { "googleMaps": { "apiKey": "<my api key is here>" } } i'am trying to build development apk in expo , im using react-native-maps , i…