DefinitelyTyped/types/react-native/test
Danilo Bürger 15f698578b
[react-native] SectionList is a VirtualizedList
See https://github.com/facebook/react-native/blob/master/Libraries/Lists/SectionList.js#L187
```
export type Props<SectionT> = RequiredProps<SectionT> &
  OptionalProps<SectionT> &
  VirtualizedSectionListProps<SectionT>;
```

See https://github.com/facebook/react-native/blob/master/Libraries/Lists/VirtualizedSectionList.js#L119
```
export type Props<SectionT> = RequiredProps<SectionT> &
  OptionalProps<SectionT> &
  VirtualizedListProps;
```

See https://github.com/facebook/react-native/blob/master/Libraries/Lists/VirtualizedList.js#L54
```
  // TODO: Conflicts with the optional `renderItem` in
  // `VirtualizedSectionList`'s props.
  renderItem: $FlowFixMe<renderItemType>,
```
2018-08-26 15:32:37 +02:00
..
animated.tsx
ART.tsx
globals.tsx
index.tsx [react-native] SectionList is a VirtualizedList 2018-08-26 15:32:37 +02:00
init-example.tsx
legacy-properties.tsx