react-native-admob
react-native-admob copied to clipboard
A react-native component for Google AdMob banners
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
error Task :react-native-admob:compileDebugJavaWithJavac FAILED when one day before Works well >.<
I leave the error. I was wornking with this module until yesterday. Whn I try to run appear this error. If I create a new project when install it, Appear...
Hello, Is there a version that supports ios 14 yet? I know that in IOS 14 version, ad networks need to use Apple's SKAdNetwork library. So the current react-native-admob version...
I had this issue: https://github.com/sbugert/react-native-admob/issues/448 I added this line to react-native-admob/android/build.gradle `implementation 'com.google.android.gms:play-services-ads:19.8.0'` The build was successful, but now I am getting this crashes on 6% of Android users: `RNAdMobBannerViewManager.java...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings 12 actionable tasks: 2 executed,...
 I've tried changing these ``` compileSdkVersion 27 buildToolsVersion "27.0.3" ``` I've installed the module using `npm i -S react-native-admob@next`
I have two screens "Home Screen" and "Detail Screen". I have put a banner in the home screen. Even when I navigate to detail screen the banner in the home...