Skip to content

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

v16.0.1

12 Dec 07:08

Choose a tag to compare

16.0.1 (2025-12-12)

Bug Fixes

  • Revert "style(lint): clean up manualImpressionsEnabled typing - always BOOL" (6ac5623)

v16.0.0

30 Oct 00:44

Choose a tag to compare

16.0.0 (2025-10-30)

⚠ BREAKING CHANGES

  • events: remove compatibility code for react-native < 0.65
  • deps: the ref in some ads may be null, a slight type change from stricter checks

This is from upgrading all our deps with newer versions of react, react-native, and typescript
Apparently they have stricter type checking as this ref was always possibly null, but it was
not reflected in the inferred type passed to consuming code. Now it is

Bug Fixes

  • deps: updated all deps - stricter typing forces a null type in NativeAds (94515a1)
  • events: remove compatibility code for react-native < 0.65 (7a1ba81)
  • ios: use 'note' for info messages in Xcode build script (69a84b4)

v15.8.3

21 Oct 12:10

Choose a tag to compare

15.8.3 (2025-10-21)

Bug Fixes

  • ci: add missing publish package conventional-changelog-conventionalcommits (195011c)
  • ci: bump node to 24 in publish and e2e android (e0ca36e)
  • ci: update workflows, enable NPM Trusted Publish (7148152)

v15.8.2

19 Oct 11:10

Choose a tag to compare

15.8.2 (2025-10-19)

Bug Fixes

  • how to contribute course link (45f736d)
  • native, ios: fixed null responseIdentifier crash (0ea211a)

v15.8.1

14 Oct 14:52

Choose a tag to compare

15.8.1 (2025-10-14)

Bug Fixes

  • native ad, ios: fixed ios crash (571b226)

v15.8.0

30 Sep 13:19

Choose a tag to compare

15.8.0 (2025-09-30)

Features

  • deps: bump Google Mobile Ads SDK (iOS 12.11.0, Android 24.6.0) (c08d973)

v15.7.0

27 Aug 07:13

Choose a tag to compare

15.7.0 (2025-08-27)

Features

  • banner: Add onAdImpression and onAdClicked event listeners (7889a23)

v15.6.0

24 Aug 13:25

Choose a tag to compare

15.6.0 (2025-08-24)

Features

  • deps: bump Google Mobile Ads SDK (iOS 12.9.0, Android 24.5.0) (e85791e)

Bug Fixes

  • iOS: banner ad was still rendered in paper(old arch), when fabric active (3c30cdd)

v15.5.1

24 Aug 05:59

Choose a tag to compare

15.5.1 (2025-08-24)

Bug Fixes

  • Fabric codegen support for new arch (196ec16)
  • ios: guard manager declarations for old arch in header files (f2ad7a6)
  • remove duplicate RNGoogleMobileAdsNativeViewManager interface (fb8949c)

v15.5.0

21 Aug 09:43

Choose a tag to compare

15.5.0 (2025-08-21)

Features

  • native ads: Add support for onPaidEvents on Android/iOS (5ba40a2)

Bug Fixes

  • native ads, ios: wrong native ad prop type (17adfa8)