0.4.0
This is a huge update from previous release and a lot of things have been added:
- Support Google Ads >=8.0
Added full support for latest Google Ads Library - Ads mediation (Facebook Mediation Especially)
I have added full support for mediation from facebook ads since its a very large ad network. All possible only due to help from @yaroslavnikiforov providing me with the necessary facebook ad accounts for testing - Ad targeting
Full support to show targeted ads. Check the docs for details - Video Controls and Events
Basic video controls and events for play, pause, end etc are added too - Rewrite documentation and publish on GH-Pages
The most frustrating job to do but always worth it. Check the new docs and help me improve it, I will accept pull requests - Improve CallToActionView
Previously CallToActionView was not clickable properly. Now we support proper clicking and interaction. - Many under the hood bug fixes and improvements.
Several things have been changed under the hood which will result in better ads and low memory usage.
Breaking Changes
With so many things changing there are definately some breaking changes but nothing huge.
MediaView
is renamed toNativeMediaView
- Ads are not loaded automatically. You need to use
ref
to load ads. Check docs for details. refreshInterval
&delayAdLoading
props have been removed- You need to use
buttonAndroidStyle
to style theCallToActionView
on Android