Skip to content

Releases: ammarahm-ed/react-native-admob-native-ads

v0.2.8

03 May 10:53
Compare
Choose a tag to compare

What's New

  1. Fix same ref used for all NativeAdViews #23

v0.2.7

30 Apr 05:11
Compare
Choose a tag to compare

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

v0.2.6

25 Apr 19:18
Compare
Choose a tag to compare

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

v0.2.4

25 Apr 05:33
Compare
Choose a tag to compare

What's New

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

v0.2.3

24 Apr 05:14
Compare
Choose a tag to compare

What's New

  1. Load image in ImageView and only Video in MediaView to prevent rendering issues.
  2. Add maxStars=5 by default on StarRatingView

v0.2.2

22 Apr 06:02
Compare
Choose a tag to compare

What's New

  1. Fix multiple ad rendering in the same screen using delayAdLoading prop

v0.2.1

21 Apr 06:30
84e9403
Compare
Choose a tag to compare

This release fixes some issues on ios and android. It also brings the android implementation closer to ios for better performance in finding views across the bridge.

Whats New

  1. delayAdLoad prop added
  2. allCaps prop added to CallToActionView

v0.2.0

20 Apr 16:09
1f88fbb
Compare
Choose a tag to compare

This is a major release with over 150 commits. Now you are able to create your own ads based on your App design. It includes complete rewrite of the library from ground up.

v0.1.2

18 Apr 11:24
Compare
Choose a tag to compare

This is a point release that tries to fix crash on Android 4.4

v0.1.0

20 Mar 11:00
d9900ab
Compare
Choose a tag to compare

Initial Release