react-native-image-slider-box icon indicating copy to clipboard operation
react-native-image-slider-box copied to clipboard

Autoplay Time

Open yozenou opened this issue 4 years ago • 4 comments

Hello,

How can i set time for the AutoPlay ?

Thanks

yozenou avatar Apr 29 '20 08:04 yozenou

Hi,

any news on this, I need this feature too.

Thanks

butri71 avatar May 26 '20 14:05 butri71

autoplayInterval={20000}

Setting this prop worked for me :-)

Looked at the code: import Carousel, { Pagination } from "react-native-snap-carousel"; //Thank From distributer(s) of this lib

affektde avatar Aug 11 '20 01:08 affektde

autoplayInterval worked for me too.

dhavalpanchani avatar Nov 17 '20 11:11 dhavalpanchani

autoplayInterval worked for me and by default it is 3000 milliseconds

pumpkin-codes avatar May 02 '21 13:05 pumpkin-codes