We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b857a6e commit e33767aCopy full SHA for e33767a
packages/react-native/Libraries/Lists/FlatList.js
@@ -308,7 +308,6 @@ export type Props<ItemT> = {
308
* Also inherits [ScrollView Props](docs/scrollview.html#props), unless it is nested in another FlatList of same orientation.
309
*/
310
class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
311
- props: Props<ItemT>;
312
/**
313
* Scrolls to the end of the content. May be janky without `getItemLayout` prop.
314
0 commit comments