keyExtractor (item: object, index: number) => string; 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.
keyExtractor (item: object, index: number) => string; 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.