MinJieLiu / react-photo-view

An exquisite React photo preview component.

Home Page:https://react-photo-view.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

移动图片位置后,如何让预览顺序也跟着一起调整

KanChaiShaoXia opened this issue · comments

不考虑自定义的images情况。还是Provider的方式比较方便

images:[1,2,3,4,5]
移动后->
images:[5,1,2,3,4]

预览大图时顺序还是[1,2,3,4,5]

另外,使用PhotoSlider的话,就没办法用类似PhotoView的render方法去自定义渲染的组件了对吗

另外,使用PhotoSlider的话,就没办法用类似PhotoView的render方法去自定义渲染的组件了对吗

自定义images的时候传入render就可以用了