React Native Admob Native Ads Versions Save

A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.

v0.3.5

3 years ago

What's New

  1. Fixed typings #50 Thanks @mink-ang

v0.3.4

3 years ago

v0.3.3

3 years ago

What's New

  1. Update example to RN 0.63
  2. Fix Android issue where ad did not load when there is no icon
  3. Hide the IconView if there is no icon with the ad

v0.3.1

3 years ago

What's New

  1. Disable testDevices prop

v0.3.0

3 years ago

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.

0.2.9

4 years ago

What's New

  1. Fix huge performance drop when multiple Ads were rendered in the same screen #16
  2. Fix issue where MediaView was crashing
  3. Remove nesting on Native Android from MediaView
  4. Fix Multiple ads needed to be loaded with a small delay #10
  5. Fix testDevices & refreshInterval prop missing from JS

0.2.8

4 years ago

What's New

  1. Fix same ref used for all NativeAdViews #23

0.2.7

4 years ago

What's New

  1. Send height and width of image to RN
  2. Send aspectRatio of MediaView to RN, so you can determine correct width and height for each ad.
  3. Minor performance improvement for Android, still not perfect
  4. Some minor cleanup

0.2.6

4 years ago

remove some unused files on android and rename xml files to prevent conflicts

0.2.4

4 years ago

What's New

  1. Fix rendering and layout of React Native Views on Android