eas build - section 'Read app config' does not show 'android.googleMaps.apiKey'

Please provide the following:

  1. SDK Version:48
  2. Platforms(Android/iOS/web/all):Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on. ‘Read app config’

eas build - section ‘Read app config’ does not show ‘android.googleMaps.apiKey’

"android": {
  "package": "com.xxxx.xxxxx

ReadAppConfig
",

    "config": {
        "googleMaps": {
           **"apiKey": "xxxxxxxxxxxxxxxxxxxx**"
        }
    },
    "adaptiveIcon": {
    "foregroundImage": "./assets/adaptive-icon.png",
    "backgroundColor": "#ffffff"
    },
    "permissions": ["ACCESS_COARSE_LOCATION","ACCESS_FINE_LOCATION"],
},

Also when do local build
eas build --platform android --local
It also skips this config. So I am guessing the apiKey entry not correct as it says in doco.

I think it hides this configuration. Instead it should be like masked with XXXs
As it is extremely confusing. DOC says put in app.json. But I need to put everything in app.config.js
that is in app.json. It is one big mess.

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