sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 531 forks source link

Banner gets reloaded even when the scree is in background #570

Closed haresh4d closed 3 months ago

haresh4d commented 3 years ago

I have two screens "Home Screen" and "Detail Screen". I have put a banner in the home screen. Even when I navigate to detail screen the banner in the home screen gets reloaded(onAdLoaded) method is called. what to do ?