Skip to content

Releases: callstack/react-native-fbads

v7.0.5

09 Apr 13:14
Compare
Choose a tag to compare

Fixes

  • Updated AdChoiceView due crashing with UIRectCorner pointer (#289)

v7.0.3

10 Feb 16:34
Compare
Choose a tag to compare

Chore & Maintenance

  • don't publish yarn.lock file to npm (#285)
  • optimize published package size

v7.0.2

10 Feb 16:32
Compare
Choose a tag to compare

Fixes

  • use proper react-native config for autolinking (#284)

v7.0.1

10 Feb 16:31
Compare
Choose a tag to compare

Fixes

  • include react-native.config.js in published package (#283)

v7.0.0

10 Feb 16:30
Compare
Choose a tag to compare

Features

  • support iOS 14+ with Tracking API and Advertiser ID collection management (#266, #280)

Fixes

  • [breaking] remove rectangle banner on iOS (#280)
  • [breaking] remove rectangle banner support (#281)
  • [breaking] update facebook android SDK to v6 (#281)
  • [breaking] upgrade deprecated APIs (#267)
  • nullable/nonnull annotations (#265)
  • call loadAds from the main thread (#264)

Chore & Maintenance

  • update readme for RN >=0.60, removed old typo info (#278)
  • update readme with testing integration section (#277)
  • update example for RN >0.60; use AndroidX (#275)

6.0.0-RC3

14 Nov 08:44
a3c128e
Compare
Choose a tag to compare
6.0.0-RC3 Pre-release
Pre-release
Merge pull request #167 from hayanmind/master

Update README.md (yarn add and multiple targets in Xcode projects)

Internal Test - Beta Release

25 Oct 13:12
563472d
Compare
Choose a tag to compare
Pre-release

For Internal/Beta testing [not for production]

v4.2.0

22 May 16:56
Compare
Choose a tag to compare

This release contains:

  • an updated version of Facebook SDK for Android, which should enable publishing apps with this module again
  • fixes issues with react-native link on Android

v4.1.0

01 Mar 08:16
Compare
Choose a tag to compare

Adds a new API addTestDevice that, when used, fixes all the no fill errors that users reported!

v3.1.1

11 Dec 23:30
Compare
Choose a tag to compare

This release updates dependencies to latest React Native and fixes a common issue on Android where native ad was not clickable.

We have rolled out a hot-fix that triggers click on a native side, but we will investigate whether better (more idiomatic) solution can be applied.