Releases: invertase/react-native-google-mobile-ads
Releases · invertase/react-native-google-mobile-ads
v8.2.0
8.2.0 (2022-10-15)
Features
- allow load to be called again after error (066986c)
v8.1.2
8.1.2 (2022-10-12)
Bug Fixes
- android, release: rewrite helper to avoid reflection / proguard issues (58839ce)
v8.1.1
8.1.1 (2022-09-29)
Bug Fixes
- ios, config: fix typo in ios_app_id error message (f0fe8e8), closes #219
- ios: correctly handle utf-8 chars in ios-config.sh (d2e1d44), closes #194
v8.1.0
8.1.0 (2022-09-16)
Features
- deps: native admob SDK bumps - iOS 9.10.0 / android 21.2.0 (b6b5c6f)
v8.0.1
8.0.1 (2022-09-07)
Bug Fixes
- android: robustly handle full-screen load exceptions (fa79d87)
- deps: android sdk 21.1.0 / ios sdk 9.9.0 (3778a89)
v8.0.0
8.0.0 (2022-09-06)
⚠ BREAKING CHANGES
- hooks:
isLoaded
becomes false after a fullscreen ad was shown.
Features
- hooks: automatically set isLoaded to false (#199) (9d0ecac)
v7.0.1
7.0.1 (2022-06-26)
Bug Fixes
- android, build: correct kotlin plugin dependency (d3e41e9)
v7.0.0
7.0.0 (2022-06-24)
⚠ BREAKING CHANGES
Both the breaking changes are related to versions, no code changes required.
- android, sdk: your android app must have minSdkVersion of 19 or higher to use this version
- ios, sdk: your Xcode version must be 13.2.1 or higher to use this version
Features
- android, sdk: adopt native sdk v21, minSdkVersion now 19 (1f17e15)
- android: init/load optimization toggles, default true, override in app.json (05cbc7a)
- build-time error if app.json not configured correctly (9139bd8), closes #84
- ios, sdk: use google-mobile-ads-sdk 9.6.0 (5ef755b)
v6.3.0
6.3.0 (2022-05-31)
Features
v6.2.5
6.2.5 (2022-05-14)
Bug Fixes
- fix ad inspector callback error (c652d5e)
- fix false error in rewarded interstitial with valid event type value (#148) (7ee21bf)