Commit deee2a1
committed
chore(release): 16.0.0 [skip ci]
## [16.0.0](v15.8.3...v16.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](94515a1))
* **events:** remove compatibility code for react-native < 0.65 ([7a1ba81](7a1ba81))
* **ios:** use 'note' for info messages in Xcode build script ([69a84b4](69a84b4))1 parent 2945a0c commit deee2a1
2 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
1 | 18 | | |
2 | 19 | | |
3 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments