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

Allow use of setNativeProps and getScrollResponder #5

Closed almost closed 9 years ago

almost commented 9 years ago

ListView passes these through from the underlying scroll view so I think it makes sense to also pass them through here. I'm using setNativeProps to temporarily disable the scrollview during animations.