Target Branch
0.80
Link to commit or PR to be picked
facebook/react-native#51602
Description
Changelog: [GENERAL][FIXED] - Fixed the generated type definitions for Animated.FlatList and Animated.SectionList to correctly infer item types.
Current definitions for animated list components cast away their generic definitions, preventing the types to be inferred from usage. This diff addresses that.