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