react-native/Libraries/Lists
Jean Regisser 5114b61b5e Add support for flashScrollIndicators on iOS
Summary:
Flashing scroll indicators is a standard behavior on iOS to show the user there's more content.

Launch RNTester on iOS, go to the ScrollView section, tap the "Flash scroll indicators" button.
You'll see this:

![Flash scroll indicators](https://cloud.githubusercontent.com/assets/57791/26250919/ebea607a-3cab-11e7-96c6-27579cc809ab.gif)

I've exposed the method `flashScrollIndicators` on all scrolling components that were already exposing a `scrollToXXX` method so it's usable from those components using a ref.

Let me know what you think.
Closes https://github.com/facebook/react-native/pull/14058

Differential Revision: D5103239

Pulled By: shergin

fbshipit-source-id: caad8474fbe475065418d771b17e4ea9766ffcdc
2017-06-06 13:06:48 -07:00
..
ListView Add support for flashScrollIndicators on iOS 2017-06-06 13:06:48 -07:00
__flowtests__ Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
__tests__ Render section footer in <SectionList> sections with no data 2017-05-25 10:30:55 -07:00
FillRateHelper.js Many improvements 2017-04-25 14:50:14 -07:00
FlatList.js Add support for flashScrollIndicators on iOS 2017-06-06 13:06:48 -07:00
MetroListView.js Fix react-native function call arity errors 2017-05-18 16:55:55 -07:00
SectionList.js Add support for flashScrollIndicators on iOS 2017-06-06 13:06:48 -07:00
ViewabilityHelper.js Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
VirtualizeUtils.js Many improvements 2017-04-25 14:50:14 -07:00
VirtualizedList.js Add support for flashScrollIndicators on iOS 2017-06-06 13:06:48 -07:00
VirtualizedSectionList.js Render section footer in <SectionList> sections with no data 2017-05-25 10:30:55 -07:00