Skip to content

v16.0.0

Latest

Choose a tag to compare

@mikehardy mikehardy released this 30 Oct 00:44

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)