Ismeet
Ismeet

Reputation: 449

AdMob native ads in React Native

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.

Upvotes: 2

Views: 2936

Answers (2)

Manojkanth
Manojkanth

Reputation: 1169

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.

Upvotes: 1

Honey
Honey

Reputation: 2398

rnfirebase: BannerAd is the only option that could be shown within content for now.

You can use this as well react-native-admob-native-ads

Upvotes: 2

Related Questions