react-native-ultimate-listview icon indicating copy to clipboard operation
react-native-ultimate-listview copied to clipboard

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.

Results 38 react-native-ultimate-listview issues
Sort by recently updated
recently updated
newest added

Hello, I don't find where I have to put my data. thx

在MX3手机上,listview的refreshableMode='basic',这时出现的问题是:内容超过一页时,下拉会出现回弹,不会出现下拉刷新的圆圈,内容不超出屏幕时下拉刷新正常。

I have Remove button on each item, when click one Remove, item will be deleted from listview. How can I remove item in two ways, thanks! - remove from server...

refreshableMode="advanced"的时候 使用this.listView.refresh() 不会自动滚到顶部并显示下拉刷新状态!

Hi, I'm displaying 2 columns on portrait mode and 3 columns on landscape mode. everything works well except the bottom loading spinner and text is not aligned after rotation. has...