react-native-admob-native-ads icon indicating copy to clipboard operation
react-native-admob-native-ads copied to clipboard

A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.

Results 97 react-native-admob-native-ads issues
Sort by recently updated
recently updated
newest added

Firstly, nice library 👏 I have custom targeting setup for ads and it works on Android but not iOS. [Docs](https://ammarahm-ed.github.io/react-native-admob-native-ads/docs/nativeadview/targetingoptions-6#targets) define type for `targets` as array of `Target:{ key: boolean,...

https://developers.google.com/admob/android/native/full-screen This feature would be great. Thank you

not working for react-native **69.4** ``` my pod file require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '12.4' install! 'cocoapods', :deterministic_uuids => false # pod 'Google-Mobile-Ads-SDK','9.3.0' # pod 'GoogleMobileAdsMediationFacebook' ,'6.11.0.0' production =...

I use **2 NativeAdView** at top and bottom on 1 screen, so if it show the same ads -> NativeMediaView of top-ads return blank. I check firebase-analyst and only see...

**STEP 1** AdManager.registerRepository({ name: 'imageAd', adUnitId: "ca-app-pub-3940256099942544/2247696110", numOfAds: 1, nonPersonalizedAdsOnly: false, videoOptions: { mute: false, }, expirationPeriod: 3600000, // in milliseconds (optional) mediationEnabled: false, }).then(result => { console.log('registered: ', result);...

Even OnAdLoad() func does not log error if Ad is not responding from Admob Server.

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I was having build errors: ```...

i have added adChoicesPlacement={AdOptions.adChoicesPlacement.TOP_LEFT} paramter in NativeAdview but adchoices icon is not showing. here is my code. ` {/* { setShowWhyThisAdModal(true); }} style={{ width: 16, position: 'absolute', top: 0, zIndex:...

``` const AdImageContainer = styled(NativeMediaView)``; ``` I wrote my advertisement image View for this above code. But still get `AdLoadFail` because of that message. And Android, the Advertisement showing well....