Skip to content

v.0.3.0

Compare
Choose a tag to compare
@ammarahm-ed ammarahm-ed released this 06 Jul 12:05
· 395 commits to master since this release

What's Fixed

  1. Fix an issue where Ad on android would not render properly without adding a backgroundColor to the firstChild of NativeAdView. fixes #36
  2. Fix memory leak due to callbacks not cleared on android fixes #45
  3. Fix facebook mediated ads not rendering on Android fixes #34 (partially)
  4. Fix an issue where first time ad was not loaded but loaded on refresh

What's New

  1. Introduce a new AdManager module to handle Ad Request Configurations more easily and once on App start. fixes #44
  2. Add support for setting maxAdContentRating, tagForUnderAgeConsent & tagForChildDirectedTreatment via the AdManager.
  3. Add support to set European User Consent fixes #24
  4. Add support to change the AdChoices placement to any 4 corners of the ad fixes #37
  5. Add allowFontScaling for CallToAction View fixes #43

What's Changed

  1. Use AdManager to set testDevices from now onwards.