Skip to content

Releases: NZME/react-native-ad-manager

2.0.10

20 May 05:34
d4bdf22
Compare
Choose a tag to compare

What's Changed

  • upgrade to support newest GMA SDK version possible on both Android and iOS by @jazdance in #120
  • Enabled app interstitials to re-appear after a number of user clicks on iOS by @traceymainzme in #126
  • Interstitial ads - It shows up only once and isReady crashes on Android by @gladiuscode in #125
  • Bump package version to 2.0.10. Include package-lock in repo by @mharrison-nzme in #127

New Contributors

Full Changelog: v2.0.8...v2.0.10

Release 2.0.8

23 Jun 01:26
8baa226
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8

Release 2.0.7

19 Feb 22:07
9b1b61e
Compare
Choose a tag to compare

What's Changed

  • Fix variable naming convention for content_url in this.content_url=c… by @manojalwisnz in #91

Full Changelog: v2.0.6...v2.0.7

Release 2.0.6

17 Feb 09:46
f2318a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

Release 2.0.5

15 Feb 05:19
Compare
Choose a tag to compare

What's Changed

  • An Android bug was introduced in release 2.0.3 for Banner ads. This release reverts the changes from 2.0.3

Full Changelog: v2.0.4...v2.0.5

Release 2.0.4

02 Feb 20:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

Release 2.0.3

01 Feb 02:15
Compare
Choose a tag to compare

What's Changed

  • Added null check in adManagerAdView to fix Android app crash by @manojalwisnz in #86

New Contributors

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2

31 Jan 03:59
Compare
Choose a tag to compare

[2.0.2] (v2.0.1...v2.0.2) (2023-01-31)

Chore

  • adds required listener methods to be compliant with newer versions of react native (android)

Release 2.0.1

26 Jul 01:29
Compare
Choose a tag to compare

[2.0.1] (v2.0.0...v2.0.1) (2022-07-25)

Bugfix

  • Change Facebook to Meta lib

Release 2.0.0

21 Jul 22:34
71506d6
Compare
Choose a tag to compare

[2.0.0] (v1.3.9...v2.0.0) (2022-07-22)

Version 2 upgrade

  • Convert source to typescript.
  • Add types for event responses.
  • Add types properties.
  • Add types methods.
  • Upgrade iOS Ads SDK to 9.0.0
  • Upgrade Android Ads SDK to 20.5.0
  • Deprecated location in targeting as no longer supported by native SDK.
  • Added release-it for versioning and deployment.
  • Other small fixes and improvements.
  • Add Android support for adaptive banner.
  • Add iOS support for adaptive banner.
  • NOTE: requires iOS 11 as min deploy target.