mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51602 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. Reviewed By: huntie Differential Revision: D75407762 fbshipit-source-id: c86f20298ded707971c05a78d025a63e82fe2a64