Taboola React Native plugin 3.x (Beta)
5 months ago by Peter Cimring
Initial release of Taboola React Native plugin 3.x (Beta):
- 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.