NZME / react-native-ad-manager

Google Ad Manager bridge for React Native
MIT License
52 stars 61 forks source link

Not working on Android but working fine on IOS. #138

Open MUZAFFAR-PURELOGICS opened 2 months ago

MUZAFFAR-PURELOGICS commented 2 months ago

Ads are not working on the 0.72 version of react native project. It is showing blank space. It is crashing by installing on 0.74 version of react native project.

amitkumarsingh1991 commented 1 month ago

Yes, I am facing the same issue. Even I am using this version "react-native": "0.72.5". Is there anyone who can help us?

image

thanks in advance 👍

amitkumarsingh1991 commented 1 month ago

I found the issue,

That issue due given method here adRequestBuilder.addNetworkExtrasBundle(AdMobAdapter.class, bundle); and that is inside this file node_modules/react-native-ad-manager/android/src/main/java/com/matejdr/admanager/BannerAdView.java.

Solution :