Releases: ammarahm-ed/react-native-admob-native-ads
Releases · ammarahm-ed/react-native-admob-native-ads
v0.2.8
v0.2.7
What's New
- Send height and width of image to RN
- Send aspectRatio of MediaView to RN, so you can determine correct width and height for each ad.
- Minor performance improvement for Android, still not perfect
- Some minor cleanup
v0.2.6
remove some unused files on android and rename xml files to prevent conflicts
v0.2.4
What's New
- Fix rendering and layout of React Native Views on Android
v0.2.3
What's New
- Load image in ImageView and only Video in MediaView to prevent rendering issues.
- Add
maxStars=5
by default on StarRatingView
v0.2.2
What's New
- Fix multiple ad rendering in the same screen using
delayAdLoading
prop
v0.2.1
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
delayAdLoad
prop addedallCaps
prop added to CallToActionView
v0.2.0
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
This is a point release that tries to fix crash on Android 4.4
v0.1.0
Initial Release