Skip to content

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

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)

v6.2.4

12 May 09:21
Compare
Choose a tag to compare

6.2.4 (2022-05-12)

Bug Fixes

  • android: send ad size before ad loads (3049ea3)

v6.2.3

12 May 05:40
Compare
Choose a tag to compare

6.2.3 (2022-05-12)

Bug Fixes

  • ios: use python3, fixes issues on macOS 12.3+ (df4acef)

v6.2.2

10 May 21:23
Compare
Choose a tag to compare

6.2.2 (2022-05-10)

Bug Fixes

  • allow undefined configuration properties (#138) (6a083fd)
  • batch banner ad prop update (c6aea8b)

v6.2.1

06 May 15:28
Compare
Choose a tag to compare

6.2.1 (2022-05-06)

Bug Fixes

  • ios: already presenting another view controller (138df47)

v6.2.0

04 May 20:16
Compare
Choose a tag to compare

6.2.0 (2022-05-04)

Features

  • add inline adaptive banners support (b0f084e)

v6.1.0

29 Apr 07:19
Compare
Choose a tag to compare

6.1.0 (2022-04-29)

Features

  • add rewarded interstitial ad (10c6770)

v6.0.1

28 Apr 12:55
Compare
Choose a tag to compare

6.0.1 (2022-04-28)

Bug Fixes

  • types: openAdInspector returns Promise, not function (#123) (ccbf881)