react-native/Libraries/CustomComponents/ListView
Spencer Ahrens 5b476d0e41 [ReactNative] Fix manual ListView loading
Summary:
@public

If something changes in the list view that should trigger more loads, it
wouldn't.  Example case is tap to load more - only the first new row would load,
but it wouldn't trigger a re-measure and subsequent layout of additional new
rows.

Test Plan: View More in Events works.
2015-06-22 13:37:30 -08:00
..
ListView.js [ReactNative] Fix manual ListView loading 2015-06-22 13:37:30 -08:00
ListViewDataSource.js Add more documentation in ListViewDataSource 2015-05-15 13:47:43 -08:00