Everyone. I am building the expo app and added the slider image by using react-native-image-slider-box npm lib. But there is no idea to change the slider speed..... Is there any solution for this and It would be great to use another lib for this.
Thanks.
import { SliderBox } from 'react-native-image-slider-box';
<SliderBox
images={sliderImages}
autoplay
circleLoop
disableOnPress
paginationBoxVerticalPadding={30}
ImageComponentStyle={{
width,
height: normalizeSize(450)
}} />