cabita
cabita

Reputation: 852

How can I implement Owl Carousel in react without use the Owl Carousel 2 component?

How can I implement Owl Carousel 2 in react, when I use the Owl Carousel 2 component needs updates:

react-dom.development.js:12357 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See fb.me/react-unsafe-component-lifecycles for details.

Please update the following components: OwlCarousel

So, I wonder how can I implement the library in React without the component OwlCarousel2 .

Thanks.

Upvotes: 0

Views: 2842

Answers (1)

Rikin
Rikin

Reputation: 5473

As per Owl Carousel's Github repo its deprecated. https://github.com/OwlCarousel2/OwlCarousel2

They recommend to use following: https://github.com/ganlanyuan/tiny-slider

Upvotes: 3

Related Questions