react-native/Libraries/Components/ScrollView
EwanThomas 2faf8632d3 UIRefreshControl added to scroll view
Summary: **What:**

adds `onRefreshStart` property to `ScrollView.js` for displaying and activating pull to refresh.

**Why:**

Javascript implementations seemed a little flakey and inconsistent.  As you can see in the issues below:

https://github.com/facebook/react-native/issues/2356
https://github.com/facebook/react-native/issues/745

So this is an attempt a completely native implementation.

What do you think?

![Image of dog](http://i.imgur.com/HcTQnzJ.gif)
Closes https://github.com/facebook/react-native/pull/4205

Reviewed By: svcscm

Differential Revision: D2674945

Pulled By: nicklockwood

fb-gh-sync-id: 65113a5db9785df5a95c68323c2cdf19f3b217b1
2015-11-19 11:15:48 -08:00
..
RecyclerViewBackedScrollView.android.js Use requireNativeComponent with propTypes for Android components. 2015-11-18 06:36:28 -08:00
RecyclerViewBackedScrollView.ios.js Wrapper for android RecyclerView to be used by ListView.js 2015-10-15 09:22:31 -07:00
ScrollView.js UIRefreshControl added to scroll view 2015-11-19 11:15:48 -08:00