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

Hi there. We have many crash reports in our new app release with the following stack. The stack belongs to dependencies of this package, and I am suspicious this might...

To be consistent between iOS, Android, and library docs, adSize `leaderBoard` should be replaced with `leaderboard`.

Since my app is in the kids category, no references to the IDFA can be in the app whatsoever since July. Admob is at the core of the issue, and,...

I am using banners and rewarded ads and want to avoid the errors generated by Admob without having to change node_modules, because they're all related to Google not being able...

I done all the steps to add react-native-admob and linking the application. but after that it is not getting loaded

I'm using "react-native-admob": "2.0.0-beta.5", and "react-native": "0.55.3". I've built an android app, added this library, and the ads are showing. all good. BUT, there is a weird bug in this...

Hi, react native does not show ads when modal is turned on.. ```import React, { Component } from "react"; import { TouchableOpacity, Modal, Text, View } from "react-native"; import Icon...

First, I created a project with react-native-maps, and it worked normally, everything works then, I added react-native-admob, and the map no longer works, and I get a message: "the application...

any plan to add the consent management or at least the parameter to pass to the Google Mobile Ads SDK? https://developers.google.com/admob/android/eu-consent#forward_consent_to_the_google_mobile_ads_sdk https://developers.google.com/admob/ios/eu-consent#forward_consent_to_the_google_mobile_ads_sdk

I'm not sure if using nested props is the right approach, so if you have any suggestions, please let me know! Maybe an imperative API in the form of passing...