是否有与 react-native-image-slider-show 类似的图像滑块(react native)
Posted
技术标签:
【中文标题】是否有与 react-native-image-slider-show 类似的图像滑块(react native)【英文标题】:Is there any image slider (react native) similar with react-native-image-slider-show 【发布时间】:2022-01-23 02:11:50 【问题描述】:我需要使用可以通过按左右角移动的图像边。 我发现了这个 react-native-image-slider-show 。但是它不能正确使用 .console 警告显示关于组件安装。 https://www.npmjs.com/package/react-native-image-slider-show
我还检查了图像滑块框。但它们不适合我的项目。 我的项目已经刷了图像。 我想做的是在刷卡上移动图像。 如果使用滑块框,它与滑动动作冲突。 如果只有左右角,请按图像滑块。
我已经在我的组件中滑动,我尝试使用图像滑块,因为我想在滑动卡上滑动用户的多个图像。
【问题讨论】:
【参考方案1】:你可以使用这个包
npm install react-native-swiper
它将解决您的问题。当您单击该图像的左侧或右侧时使用此包,它将移动到下一个图像。
https://gist.github.com/akulsr0/33ca485734b10d844ee7666f2955d132
这是一个链接,您可以在其中查看有关此包的更多信息。
【讨论】:
以上是关于是否有与 react-native-image-slider-show 类似的图像滑块(react native)的主要内容,如果未能解决你的问题,请参考以下文章
是否有与 RecyclerView 等效的 addHeaderView?