You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)