Releases: invertase/react-native-google-mobile-ads
Releases · invertase/react-native-google-mobile-ads
v3.0.0
3.0.0 (2021-12-12)
⚠ BREAKING CHANGES
Please refer to upstream guides for suggestions on new usage. https://developers.google.com/admob/ios/migration and https://developers.google.com/admob/android/migration
- compileSdkVersion now 31, change your app android build.gradle to 31 if you have not already. Note that JDK11 is required for stable compilation on compileSdkVersion 31, JDK8 has internal compiler errors with SDK31
- onAdLeftApplication removed from the underlying SDK, use react-native built in AppState to determine app went to background
- Smart banner ads removed; use adaptive banner ads. Set height/width explicitly taking into account device size
- android SDK updated to underlying SDK 20
Features
v2.0.1
v2.0.0
2.0.0 (2021-12-11)
- feat(ios)!: Google Mobile Ads SDK 8 w/new testDeviceIdentifiers vs testDevices (#30) (bac264d), closes #30
BREAKING CHANGES
- "testDevices" property no longer exists. You must use "testDeviceIdentifiers". The testDeviceIdentifiers property applies to all ad requests, while the old testDevices property was set per-request.
v1.0.2 fix missing react-native-config.js file / config infra not working
v1.0.1 - working through automated releases
That makes the first couple tags / release entries noisy, but it means if you make a PR, we launch it, no hesitation.
Let's go!
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - it's alive! Welcome back, react-native-firebase/admob
What's Changed
- fix: missing dollar sings by @dylancom in #8
- fix: link to jet package by @dylancom in #7
- fix: incorrect module naming by @dylancom in #10
- docs: Add documentation by @dylancom in #12
- docs: display documentation as list by @dylancom in #13
- fix: displaying banner ads, wrong config in docs by @dylancom in #14
- fix: banner ads not working on android by @dylancom in #17
- fix: interstitials and rewarded ads by @dylancom in #18
- docs: create changelog by @dylancom in #20
- fix: jest task fails by @dylancom in #23
- test(ci): fixup CI actions so they are green by @mikehardy in #25
- docs: adjust for v1 by @dylancom in #21
New Contributors
- @dylancom made their first contribution in #8
- @mikehardy made their first contribution in #25
Full Changelog: https://github.com/invertase/react-native-google-ads/commits/v1.0.0