sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

fix sliding bug #46

Closed tsyeyuanfeng closed 7 years ago

tsyeyuanfeng commented 7 years ago

Some unexpected blanks appear when sliding up rapidly. I set the visible rows' visibility explicitly to ensure all visible rows visible. see https://github.com/sghiassy/react-native-sglistview/issues/12

sghiassy commented 7 years ago

Thx :)