How to add/Delete item into ListView?
Yes, call cloneWithRows(…) The React Native documentation doesn’t cover the ListViewDataSource object, so it can be helpful to read the comments in the source code to see how this works. Some notes which may be helpful: cloneWithRows(data) is a bit misleadingly named because doesn’t just create a clone of the data as the name suggests. … Read more