React Native Plugin 3.x (Beta)
almost 2 years 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.