AdMob native ads in React Native

Viewed 1417

What options does react native have for native ads (ios and android)? I try rnfirebase admob and there are InterstitialAd, RewardedAd, BannerAd. I need ads that appear within the content.

2 Answers

Admob is removed from firebase(Google Firebase team have removed it in upstream level) and It will never be in react-native-firebase again. So give a try with react-native-admob.

Related