diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 15c726132b..a2ff2a3d85 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3966,7 +3966,7 @@ export interface SectionListProps extends ScrollViewProps { * Reverses the direction of scroll. Uses scale transforms of -1. */ inverted?: boolean; - + /** * Used to extract a unique key for a given item at the specified index. Key is used for caching * and as the react key to track item re-ordering. The default extractor checks `item.key`, then