jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

add property "listViewAdjustContentInsets" on RefreshableListView #9

Closed tsunammis closed 9 years ago

tsunammis commented 9 years ago

To avoid get a space before the first line of the ListView, we can set to false the "automaticallyAdjustContentInsets" property on the ListView component, and the space will disappear.

The property "listViewAdjustContentInsets" have been added to forward the value from the "RefreshableListView" component and the "ListView" component.