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

A react-native component for Google AdMob banners

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

my code is const showInterstitial = async() => { const keys = { production: 'production key', development: 'development key' } await AdMobInterstitial.setAdUnitID(keys.production) await AdMobInterstitial.requestAdAsync({ servePersonalizedAds: true}).then(async(log) => { await AdMobInterstitial.showAdAsync().catch(err...

It is very long time to load and it drops application's fps. I use standard code: import React from 'react'; import { View, Text, Image } from 'react-native'; import {...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Getting 'Module 'GoogleMobileAds' not found' error in ,after react-native run-ios, in RNAdMobInterstitial.h file. Done the following steps: npm i --save react-native-admob@next react-native link react-native-admob "react": "16.8.3", "react-native": "0.59.8", "react-native-admob": "^2.0.0-beta.5",...

Google Mobile Ads SDK version 20.0.0 is planned for early 2021, and comes with a few major changes, as well as several straightforward API renames and removal of deprecated APIs....

Google Play rejected recent version of our app because Ads is not children directed. As per Google Admob recommendations: Call setTagForChildDirectedTreatment with TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE to indicate that you want your content...

I try to log the event on both iOS and Android, but onAppEvent() has never been triggered. ``` ``` ``` onAppEvent = (e) => { console.log('{onAppEvent} e: ', e); }...

* Let build script work when it is the root project. * Make sure incompatible future versions of play-services-ads isn't installed.