intellidev1991/react-native-image-slider-box

Bug on autoplay

eun-chae-s opened this issue · 1 comments

Not sure if there is something wrong with my code, but autoplay and circleLoop does not really work.
<SliderBox images={ads} sliderBoxHeight={120} dotColor="#FFEE58" inactiveDotColor="#90A4AE" autoplay circleLoop autoplayInterval={1000} />

I would really appreciate any help here to fix the issue.

Never mind. I needed to reload the metro, and it works now