gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
540 stars 87 forks source link

How to refesh listview after remove item from listview #49

Open huyntsgs opened 6 years ago

huyntsgs commented 6 years ago

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!