react-native-admob-native-ads: [Network Mediation][Android] Multiple things do not work
When using FB audience, onUnifiedNativeAdLoaded
is never called. No children Views work apart from MediaView.
The issue appear on Android. On iOS everything works fine. Tested on both simulator and real devices.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 48 (27 by maintainers)
@ammarahm-ed sent you an email
I was reading again the docs and I noticed that “some Facebook native ad assets don’t map one to one to Google native ad assets”.
Could this be the reason?
@ammarahm-ed Yes, I am using FB mediation and as far as I understand, @codervss too
I was trying to use
onUnifiedNativeAdLoaded
in order to access the ad’s assets in order to replace the children Views that aren’t working.onAdLoaded
is triggered correctly both on iOS and Android.