【发布时间】:2020-06-19 12:57:10
【问题描述】:
每个人。 我正在构建 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)
}} />
【问题讨论】:
标签: react-native expo react-native-image