みんな。私は expo アプリを構築しており、react-native-image-slider-box npm lib を使用してスライダー イメージを追加しました。しかし、スライダーの速度を変更する考えはありません.....これに対する解決策はありますか?これには別のライブラリを使用するとよいでしょう。
ありがとう。
import { SliderBox } from 'react-native-image-slider-box';
<SliderBox
images={sliderImages}
autoplay
circleLoop
disableOnPress
paginationBoxVerticalPadding={30}
ImageComponentStyle={{
width,
height: normalizeSize(450)
}} />