Skip to content

Releases: invertase/react-native-google-mobile-ads

v8.2.0

15 Oct 04:32
Compare
Choose a tag to compare

8.2.0 (2022-10-15)

Features

  • allow load to be called again after error (066986c)

v8.1.2

12 Oct 04:38
Compare
Choose a tag to compare

8.1.2 (2022-10-12)

Bug Fixes

  • android, release: rewrite helper to avoid reflection / proguard issues (58839ce)

v8.1.1

29 Sep 12:53
Compare
Choose a tag to compare

8.1.1 (2022-09-29)

Bug Fixes

  • ios, config: fix typo in ios_app_id error message (f0fe8e8), closes #219
  • ios: correctly handle utf-8 chars in ios-config.sh (d2e1d44), closes #194

v8.1.0

16 Sep 21:33
Compare
Choose a tag to compare

8.1.0 (2022-09-16)

Features

  • deps: native admob SDK bumps - iOS 9.10.0 / android 21.2.0 (b6b5c6f)

v8.0.1

07 Sep 16:01
Compare
Choose a tag to compare

8.0.1 (2022-09-07)

Bug Fixes

  • android: robustly handle full-screen load exceptions (fa79d87)
  • deps: android sdk 21.1.0 / ios sdk 9.9.0 (3778a89)

v8.0.0

06 Sep 12:03
Compare
Choose a tag to compare

8.0.0 (2022-09-06)

⚠ BREAKING CHANGES

  • hooks: isLoaded becomes false after a fullscreen ad was shown.

Features

  • hooks: automatically set isLoaded to false (#199) (9d0ecac)

v7.0.1

26 Jun 22:15
Compare
Choose a tag to compare

7.0.1 (2022-06-26)

Bug Fixes

  • android, build: correct kotlin plugin dependency (d3e41e9)

v7.0.0

24 Jun 22:04
Compare
Choose a tag to compare

7.0.0 (2022-06-24)

⚠ BREAKING CHANGES

Both the breaking changes are related to versions, no code changes required.

  • android, sdk: your android app must have minSdkVersion of 19 or higher to use this version
  • ios, sdk: your Xcode version must be 13.2.1 or higher to use this version

Features

  • android, sdk: adopt native sdk v21, minSdkVersion now 19 (1f17e15)
  • android: init/load optimization toggles, default true, override in app.json (05cbc7a)
  • build-time error if app.json not configured correctly (9139bd8), closes #84
  • ios, sdk: use google-mobile-ads-sdk 9.6.0 (5ef755b)

v6.3.0

31 May 08:01
Compare
Choose a tag to compare

6.3.0 (2022-05-31)

Features

v6.2.5

14 May 17:42
Compare
Choose a tag to compare

6.2.5 (2022-05-14)

Bug Fixes

  • fix ad inspector callback error (c652d5e)
  • fix false error in rewarded interstitial with valid event type value (#148) (7ee21bf)