Changelog
React Native 3.x Changelog
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 theuseState
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.
Updated 7 days ago