sbugert / react-native-admob

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

New Native Admob Banners are not visible #24

Open eladcandroid opened 8 years ago

sbugert commented 8 years ago

Hi @eladcandroid, can you please provide some context and informations? I don't know what is not working. react-native version? version of this plugin? Android or iOS?

ptomasroos commented 8 years ago

I think he refers to this: https://firebase.google.com/docs/admob/android/native

Native ads, the concept of making ads looking like content ;)

eladcandroid commented 8 years ago

Like @ptomasroos said. The point is that i'm using exactly the same code and when I'm just switching to the Native Ad pub id, the ad doesn't show up.

(RN 0.26)

sbugert commented 8 years ago

That cannot work because the current banner implementation uses the AdView class (on Android). Just changing the Ad ID is not enough.

For Native Ads Express the used class has to be NativeExpressAdView. For Native Ads Advanced it's a bit more difficult.

So I guess the best way to implement that is to make a second component exported by this module. I will publish some changes to the Interstitial API soon and then I will take a look at Rewarded Interstitials. So I won't have time for it soon. But after that I can try to add Native Ads.

But pull requests are welcome of course!

eranbes commented 8 years ago

is this something in the works?

sbugert commented 8 years ago

Still needs some work, but I guess I should have something working soon!

mattia-beta commented 8 years ago

Is there any news about Native Admob?

sbugert commented 8 years ago

Unfortunately, there are too many tiny details in native ads I have to solve.

I'm currently not working on it, maybe I will when I have more time to spare but I can't give an ETA.

lnlife commented 7 years ago

Really need this.

ilyago commented 7 years ago

+1

chunghe commented 7 years ago

+1, currently there's no way to display native ads to react-native.

http://stackoverflow.com/questions/40174853/is-it-possible-to-display-admob-native-ad-to-a-react-native-project

andreyluiz commented 7 years ago

Any updates on this?

axmav commented 7 years ago

+1

ghost commented 7 years ago

Any updates on this?

alexandrebini commented 7 years ago

Hi there,

I'm working with Native Express implementation.

@sbugert please take a look: https://github.com/sbugert/react-native-admob/pull/127

Only for android right now, but it's working!

purepure commented 7 years ago

any update?

kapilrepo commented 6 years ago

Hi there,

is there any update to add Native Ads advance in react-native-admob API. @sbugert are you working over it..