Skip to content

v0.3.6

Compare
Choose a tag to compare
@ammarahm-ed ammarahm-ed released this 21 Aug 15:52
· 347 commits to master since this release

This release mostly fixes rendering problems on Android and iOS and there are some breaking changes.

What's Fixed

  1. Wrap CallToActionView in GestureHandlerRootView @mrousavy
  2. Fix NPM dependencies by using peerDependencies, now you have to manually add all the dependancies of the library @mrousavy Fixed #55
  3. Use a partial implementation for ImageProps. @Nox04
  4. Fix rendering of multiple ads in a FlatList. #51
  5. Try to reload ad when it fails to load after the specified refreshInterval
  6. Fix CallToActionView assigned on AdvertiserView on Android. #57
  7. Hide the Ad when it is loading by default so it does not show empty components.
  8. Refactor and cleanup the code.

What's New

  1. Rewrite the Root NativeAdView component as a Class Component
  2. Use callable module on Android to receive onUnifiedNativeAdLoaded event so ad renders in its correct view using a unique ID.
  3. Rewrite the example to demonstrate Banner Ad, Video/Image Ad & Ads in a List properly.

Breaking Changes

  1. You need to add react-native-star-rating as a direct dependency of the main project from now onwards.