react-native/Libraries/Lists
Tomas Reimers c694212be3 FlatList doesn't specify that it accepts ScrollView Props
Summary:
ListView does specify this: https://facebook.github.io/react-native/docs/listview.html#props

The link in ListView is generated by the documentation generator, but because the format of FlatList's props is different, it fails to catch it. Consider finding a way to specify this explicitly to the documentation generator (although this would be a bigger change).

<!--
Thank you for sending the PR!

If you changed any code, please provide us with clear instructions on how you verified your changes work. In other words, a test plan is *required*. Bonus points for screenshots and videos!

Please read the Contribution Guidelines at https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md to learn more about contributing to React Native.

Happy contributing!
-->
Closes https://github.com/facebook/react-native/pull/14891

Differential Revision: D5386036

Pulled By: sahrens

fbshipit-source-id: 0b8a685411507cc4d0b781fd39b792d59614ce52
2017-07-18 11:16:46 -07:00
..
ListView Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
__flowtests__ Enforce Prettier for @format 2017-07-10 15:37:36 -07:00
__tests__ Codemod prettier to 1.5.2 2017-06-28 12:50:30 -07:00
FillRateHelper.js Codemod prettier to 1.5.2 2017-06-28 12:50:30 -07:00
FlatList.js FlatList doesn't specify that it accepts ScrollView Props 2017-07-18 11:16:46 -07:00
MetroListView.js Codemod prettier to 1.5.2 2017-06-28 12:50:30 -07:00
SectionList.js Update sectionList keyExtractor docs 2017-07-14 13:23:21 -07:00
ViewabilityHelper.js prettier 2017-06-12 22:45:49 -07:00
VirtualizeUtils.js Codemod prettier to 1.5.2 2017-06-28 12:50:30 -07:00
VirtualizedList.js Be able to scroll to last item in list 2017-07-13 00:03:51 -07:00
VirtualizedSectionList.js Codemod prettier to 1.5.2 2017-06-28 12:50:30 -07:00