Skip to content

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

v3.4.0

29 Dec 15:13
Compare
Choose a tag to compare

3.4.0 (2021-12-29)

Features

v3.3.0

29 Dec 13:21
Compare
Choose a tag to compare

3.3.0 (2021-12-29)

Features

v3.2.1

28 Dec 10:17
Compare
Choose a tag to compare

3.2.1 (2021-12-28)

Bug Fixes

  • adUnitId in sendAdevent is nil on error (d633340)

v3.2.0

13 Dec 23:33
Compare
Choose a tag to compare

3.2.0 (2021-12-13)

Features

  • expose native SDK initialize methods as new initialize API (#40) (3689b1f)

v3.1.0

13 Dec 02:08
Compare
Choose a tag to compare

3.1.0 (2021-12-13)

Features

  • ios, banner: replace v7 methods with v8 methods (#37) (c53c657)

v3.0.0

12 Dec 15:18
Compare
Choose a tag to compare

3.0.0 (2021-12-12)

⚠ BREAKING CHANGES

Please refer to upstream guides for suggestions on new usage. https://developers.google.com/admob/ios/migration and https://developers.google.com/admob/android/migration

  • compileSdkVersion now 31, change your app android build.gradle to 31 if you have not already. Note that JDK11 is required for stable compilation on compileSdkVersion 31, JDK8 has internal compiler errors with SDK31
  • onAdLeftApplication removed from the underlying SDK, use react-native built in AppState to determine app went to background
  • Smart banner ads removed; use adaptive banner ads. Set height/width explicitly taking into account device size
  • android SDK updated to underlying SDK 20

Features

  • android SDK updated to underlying SDK 20 (56c6058)
  • android, sdks: update to the latest v20 android admob sdk (#32) (291e504)

v2.0.1

12 Dec 01:23
Compare
Choose a tag to compare

2.0.1 (2021-12-12)

Bug Fixes

  • rewarded ads crash & request configuration (#31) (382f146)

v2.0.0

11 Dec 00:21
Compare
Choose a tag to compare

2.0.0 (2021-12-11)

  • feat(ios)!: Google Mobile Ads SDK 8 w/new testDeviceIdentifiers vs testDevices (#30) (bac264d), closes #30

BREAKING CHANGES

  • "testDevices" property no longer exists. You must use "testDeviceIdentifiers". The testDeviceIdentifiers property applies to all ad requests, while the old testDevices property was set per-request.

v1.0.2 fix missing react-native-config.js file / config infra not working

09 Dec 13:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - working through automated releases

08 Dec 21:31
Compare
Choose a tag to compare

That makes the first couple tags / release entries noisy, but it means if you make a PR, we launch it, no hesitation.
Let's go!

Full Changelog: v1.0.0...v1.0.1