Skip to content

Releases: ammarahm-ed/react-native-admob-native-ads

v0.7.5

29 Aug 09:09
Compare
Choose a tag to compare

What's changed

v0.7.4

29 Aug 08:41
Compare
Choose a tag to compare

What's Changed

  • Fixed onAdLeftApplication event not firing

v0.7.3

29 Aug 08:16
Compare
Choose a tag to compare

What's changed

  • Fixed recording impressions on android

v0.7.2

29 Aug 04:47
Compare
Choose a tag to compare

What's New

  • Update Google Mobile Ads Sdk to latest version
  • Added openAdInspector and openDebugMenu options
  • Added support for swipeGestureDirection
  • Updated example to react native v0.75.2
  • Fixed issue with ad impressions not getting recorded if view is not interacted with
  • Fixed error "invalid template id: -1" on requesting ads on android

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.7.0

v0.6.6

05 Jul 03:47
Compare
Choose a tag to compare
  • Fix a crash in lists when scrolling on android
  • Added .subscribe function for android to listen to ad events via AdManager
  • Fixed ad targeting types on android & ios

v0.6.3

27 Jun 11:26
Compare
Choose a tag to compare
  • Update expo plugin
  • Add expo example to repo

v0.6.1

27 Jun 08:57
Compare
Choose a tag to compare

What's changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 May 15:55
0d504ad
Compare
Choose a tag to compare

What's Changed

  • Ad preloading 🎉 by @Ali72 and @ha-younes72 in #216
  • Fix typings by @bobbyjcolley in #225
  • Fix using outdated variable names by @rogerkerse in #270
  • Fix iOS build on Hermes by @hoangdaicntt in #266
  • Remove warning 'EventEmitter.removeListener('change', ...)' by @psyrenpark in #267
  • Improved documentation @hjick
  • Fixed compleSdkVersion error on build
  • Fixed plugin with id "maven" not found
  • Upgrade Google Mobile Ads to 20.x (latest)
  • Fixed inconsistent icon loading in IconView #241

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Sep 10:14
Compare
Choose a tag to compare
  • The library now utilises the latest google ads sdk on Android and iOS @wjaykim
  • Fix ad load called multiple times on android & iOS causing ads to flicker
  • Fix some ads not loading if multiple ads are on the screen
  • Fix re-register direct event as bubbling event
  • Fix a rare exception on android @wjaykim
  • Update example app to RN 0.64.2 @wjaykim
  • Make facebook mediation optional on iOS @wjaykim
  • Add trackingAuthorized bool to requestConfig @wjaykim
  • Initialize GAD in setRequestConfig on iOS
  • Change setRequestConfiguration to async

This release includes breaking changes.

Update your Google Mobile Ads Library in Podfile.

Add these to your Podfile.

pod 'Google-Mobile-Ads-SDK'
pod 'GoogleMobileAdsMediationFacebook'

Then run pod update & pod install. If you are upgrading, then run, pod install --repo-update

v0.4.1

07 May 10:19
Compare
Choose a tag to compare

Fixed

  1. Downgraded the version of Goodle Mobile Ads to 19.8.0 on android and 7.6x on iOS to restore compatibility with other admob libraries.
  2. Fixed #135

Added

  1. Add ability to change StarRatingView icon colors.