SDK DocumentationRecipesAnnouncementsSupport Forum
AndroidiOSAnnouncementsSupport Forum

Changelog

React Native Plugin 3.x > Changelog

Overview

Taboola Mobile SDK

πŸ“˜

The Taboola React Native plugin acts as a wrapper for the Taboola Mobile SDK.

For each plugin release, the respective Taboola Mobile SDK versions are listed below.


If your app combines the plugin with another Taboola integration, make sure to use identical SDK versions.

npm

πŸ“˜

The npm page for the Taboola React Native plugin can be found here.

3.1.0 (2024-04-04)

🚧

Taboola Mobile SDK

  • Android: 3.8.19
  • iOS: 3.8.12

Fixed

  • Bug fixes

3.0.10 (2024-01-10)

🚧

Taboola Mobile SDK

  • Android: 3.8.19
  • iOS: 3.8.12

Fixed

  • Fixed an issue where organic content would sometimes display incorrectly on iOS devices.

3.0.9 (2024-01-02)

🚧

Taboola Mobile SDK

  • Android: 3.8.19
  • iOS: 3.8.12

Fixed

  • Card overlap in Flatlist

Added

  • onEvent delegate that was added in iOS SDK 3.8.12

3.0.8 (2023-08-06)

🚧

Taboola Mobile SDK

  • Android: 3.8.13
  • iOS: 3.8.10

Fixed

  • Bug fixes

3.0.7 (2023-06-21)

🚧

Taboola Mobile SDK

  • Android: 3.8.13
  • iOS: 3.8.10

Fixed

  • Bug fixes

3.0.6 (2023-06-14)

🚧

Taboola Mobile SDK

  • Android: 3.8.13
  • iOS: 3.8.10

Added

  • Added support for unified-id

Fixed

  • Bug fixes

3.0.5 (2023-05-12)

🚧

Taboola Mobile SDK

  • Android: 3.8.13
  • iOS: 3.8.8

Added

  • Added iOS listeners 'onAdReceiveSuccess' & 'onUpdateContentCompleted'

Fixed

  • Bug fixes

3.0.3 (2023-04-20)

🚧

Taboola Mobile SDK

  • Android: 3.8.13
  • iOS: 3.8.6

Added

  • Added new listeners for Android

3.0.2 (2023-04-13)

🚧

Taboola Mobile SDK

  • Android: 3.8.13
  • iOS: 3.8.6

Fixed

  • Bug fixes

3.0.1 (2023-02-12)

🚧

Taboola Mobile SDK

  • Android: 3.8.12
  • iOS: 3.8.5

Changed

Added

  • Added ability to handle organic clicks
  • Added ability to 'autoFetch' content for units

Fixed

  • Bug fixes

3.0.0 (2023-01-03)

🚧

Taboola Mobile SDK

  • Android: 3.8.8.1
  • iOS: 3.8.5

Initial release

Initial release of Taboola React Native plugin 3.x:

  • Widget and Feed are now instances of the same class (Unit), and use a similar flow.
  • You can now add multiple Taboola units to the same screen (without loading them sequentially).
  • The creation of each Unit is now managed via the useState hook.
  • The <TBLClassicUnit> component can now be used directly in the view layout.