Skip to content

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

v3.0.0

12 Dec 15:18

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

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

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

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

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

v1.0.0 - it's alive! Welcome back, react-native-firebase/admob

08 Dec 21:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/invertase/react-native-google-ads/commits/v1.0.0