Changelog

React Native 3.x Changelog

3.0.5 (2023-05-12)

  • Added iOS listeners 'onAdReceiveSuccess' & 'onUpdateContentCompleted'
  • Bug fixes

3.0.3 (2023-04-20)

  • Added new listeners for Android

3.0.2 (2023-04-13)

  • Bug fixes

3.0.1 (2023-02-12)

  • Integration process slightly modified - Refer to implementation instructions to see the updated guidelines
  • Added ability to handle organic clicks
  • Added ability to 'autoFetch' content for units
  • Bug fixes

3.0.0 (2023-01-03)

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.

📘

For detailed information and up-to-date guidelines, refer to the implementation instructions.