You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :
Remove or comments out this function adRequestBuilder.addNetworkExtrasBundle(AdMobAdapter.class, bundle); because this function no more supported that why issue is there .
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.
The text was updated successfully, but these errors were encountered: