How to set app.json values outside of the expo tag when using app.config.js?

Hi all,
react-native-google-mobile-ads needs appIds to be set outside of the “expo” section in app.json. How can this be set when using app.config.js (which does only return the expo object i think)?

Solved it myself.

I assumed that you’d only extend the “expo” object in the app.config.js, but you can extend the whole app.json

1 Like

Where you able to add the google ads to your app successfully?

Been trying to implement ads but i have not seen any tutorial or plugin that works.

Unfortunately no. I’m still struggling with the api changes and what to do for tracking transparency.

But the develop build does not crash anymore and i can find my app id in the Info.plist of the build. It’s something ^^

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