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

After installing this library, and running on IOS I always get error => could not build module 'CoreFoundation' ``` ` /Users/skostiantyn/Projects/perkwiz-mobile/ios/Pods/../../node_modules/react-native/ReactCommon/fabric/graphics/platform/android/float.h:8:10: 'limits' file not found #include ^ ❌ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: could...

What about include this format ? https://developers.google.com/admob/android/native/start?hl=en https://developers.google.com/admob/ios/native/start?hl=en

Hi, I would like to understand if I need to integrate the Unity third party SDK to serve rewarded video from Unity on Android and IOS or is this library...

Hi, I have a RN 0.50.3 project running: ``` "dependencies": { "react": "16.0.0", "react-native": "0.50.3", "react-native-vector-icons": "^4.4.2", "react-native-admob": "^2.0.0-beta.5", "react-navigation": "^1.0.0-beta.19", "react-redux": "^5.0.6", "redux": "^3.7.2", "redux-thunk": "^2.2.0" }, ``` And...

This pull request contains fix for "Argument list too long: recursive header expansion failed at /src/node_modules/react-native-admob/ios/../../../ios/Pods/Headers/Private/gRPC-Core/grpc/src/core/ext/filters/http/client." error. Mentioned at https://github.com/sbugert/react-native-admob/issues/314#issuecomment-392343688 "react": "16.8.3", "react-native": "0.59.9", "react-native-admob": "^2.0.0-beta.5"

Hi, I have an application targeted for G [3+] populations (cf. https://support.google.com/admob/answer/7562142?hl=en&ref_topic=7384665) that use admob SDK for providing some ads (Banner and Interstitial). After submitting the app to google play,...

enhancement
invalid

This is my first RN app and I wanted to use the Admob library to monetize my app. However, I cannot see ANY ads (yes, including the test ad) in...

Hi, Here is the piece of code which I'm using to display ads. ` console.log(error)} adSize="banner" style={{ height: 400 , width: '100%' }} adUnitID="/6499/example/banner" testDeviceID="EMULATOR" />` but only largeBanner and...

Is it possible to manually set the size of Ad? For example, I need to get a banner with 280x80. When I use SmartBanner, it not work because my banner...

enhancement

hi, I have nested components in AdMobInterstitial ads. component1 (Game.js) ``` import React, { Component } from "react"; import {...} from "react-native"; import Header from "../../Components/Game/Header"; ... ... import {...