MinJieLiu / react-photo-view

An exquisite React photo preview component.
https://react-photo-view.vercel.app
Apache License 2.0
1.49k stars 129 forks source link

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

Closed KanChaiShaoXia closed 1 year ago

KanChaiShaoXia commented 1 year ago

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

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

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

KanChaiShaoXia commented 1 year ago

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

KanChaiShaoXia commented 1 year ago

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

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