Hi,
I have an application targeted for G [3+] populations (cf. https://support.google.com/admob/answer/7562142?hl=en&ref_topic=7384665) that use admob SDK for providing some ads (Banner and Interstitial).
After submitting the app to google play, it was rejected because it should include instructions like this :
AdRequest request = new AdRequest.Builder()
.tagForChildDirectedTreatment(true)
.build();
adView.loadAd(request);
But, the expo mobile SDK don’t provide any way (as specifying the emulator devices) to set such configurations,
Could you please help me to include this new requirements in the underlying framework react-native-admob (https://github.com/sbugert/react-native-admob)?
Regards.