rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 482 forks source link

AlbumView 的一个点开显示问题 #420

Open kluas11 opened 4 years ago

kluas11 commented 4 years ago

"react-native": "0.61.5", "react-native-fast-image": "^8.1.5",

默认点开的时候最后一个图片跑 第一页去了产生了重叠,只有滑动的时候,才切换到正确的图片 image image

kluas11 commented 4 years ago

补充: 超过两个自定义组件才会有这个情况, 用的是 react-native-fast-image 组件额外封装了一下 传入方式 image