Releases: ammarahm-ed/react-native-admob-native-ads
Releases · ammarahm-ed/react-native-admob-native-ads
v0.7.5
v0.7.4
What's Changed
- Fixed
onAdLeftApplication
event not firing
v0.7.3
What's changed
- Fixed recording impressions on android
v0.7.2
What's New
- Update Google Mobile Ads Sdk to latest version
- Added
openAdInspector
andopenDebugMenu
options - Added support for
swipeGestureDirection
- Updated example to react native v0.75.2
- Fixed issue with ad impressions not getting recorded if view is not interacted with
- Fixed error "invalid template id: -1" on requesting ads on android
What's Changed
- fix issue (#359) by @Sun-Woo-Kim in #363
- docs(requestconfig.md): fix typo by @oikalyptus in #364
- Update installation.mdx by @sungyupjoo in #358
New Contributors
- @Sun-Woo-Kim made their first contribution in #363
- @oikalyptus made their first contribution in #364
- @sungyupjoo made their first contribution in #358
Full Changelog: v0.6.6...v0.7.0
v0.6.6
- Fix a crash in lists when scrolling on android
- Added .subscribe function for android to listen to ad events via AdManager
- Fixed ad targeting types on android & ios
v0.6.3
- Update expo plugin
- Add expo example to repo
v0.6.1
What's changed
- Update to the latest version of Admob for iOS by @Ali72 in #309
- Restore prop type to CallToActionView. by @wemsaji in #316
- Expo support by @cbridges1 in #323
- Remove references to unused Facebook classes by @cbridges1 in #332
New Contributors
- @wemsaji made their first contribution in #316
- @cbridges1 made their first contribution in #323
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Ad preloading 🎉 by @Ali72 and @ha-younes72 in #216
- Fix typings by @bobbyjcolley in #225
- Fix using outdated variable names by @rogerkerse in #270
- Fix iOS build on Hermes by @hoangdaicntt in #266
- Remove warning 'EventEmitter.removeListener('change', ...)' by @psyrenpark in #267
- Improved documentation @hjick
- Fixed compleSdkVersion error on build
- Fixed plugin with id "maven" not found
- Upgrade Google Mobile Ads to 20.x (latest)
- Fixed inconsistent icon loading in IconView #241
New Contributors
- @Ali72 made their first contribution in #216
- @bobbyjcolley made their first contribution in #225
- @hjick made their first contribution in #255
- @rogerkerse made their first contribution in #270
- @hoangdaicntt made their first contribution in #266
- @psyrenpark made their first contribution in #267
- @ha-younes72 made their first contribution in #216
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- The library now utilises the latest google ads sdk on Android and iOS @wjaykim
- Fix ad load called multiple times on android & iOS causing ads to flicker
- Fix some ads not loading if multiple ads are on the screen
- Fix re-register direct event as bubbling event
- Fix a rare exception on android @wjaykim
- Update example app to RN
0.64.2
@wjaykim - Make facebook mediation optional on iOS @wjaykim
- Add trackingAuthorized bool to requestConfig @wjaykim
- Initialize GAD in setRequestConfig on iOS
- Change setRequestConfiguration to async
This release includes breaking changes.
Update your Google Mobile Ads Library in Podfile.
Add these to your Podfile.
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleMobileAdsMediationFacebook'
Then run pod update
& pod install
. If you are upgrading, then run, pod install --repo-update