Closed fazeelzama20 closed 6 years ago
I am using this library. And it is running good. But i want to stop autoplay of carousel.
`<Carousel width={width(100)} height={height(50)} delay={6000} indicatorAtBottom={true} indicatorSize={15} indicatorText="o" indicatorColor="#3b5998"
` I tried delay={6000000} I mean i have inserted very long value but it gives me warning that timer will keep awake.
Any help?
we can use animate prop of library. Closing this issue. `<Carousel width={width(100)} height={height(50)} animate={false} indicatorAtBottom={true} indicatorSize={15} indicatorColor="#3b5998"
`
I am using this library. And it is running good. But i want to stop autoplay of carousel.
`<Carousel width={width(100)} height={height(50)} delay={6000} indicatorAtBottom={true} indicatorSize={15} indicatorText="o" indicatorColor="#3b5998"
Any help?