mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f8e1fedf3d
Summary: VirtualizedList_EXPERIMENTAL has a different flow signature from VirtualizedList. This does not cause an error in unit tests, which are untyped, but prevents injecting VirtualizedList_EXPERIMENTAL via the current API from flowtype. This diff updates the injection interface to allow a more relaxed type, validating safety at runtime. Changelog: [Internal][Changed] - Allow injecting looser VirtualizedList Reviewed By: javache Differential Revision: D38143682 fbshipit-source-id: 054bbc5092823f4e4413d69d3d72a7ecdd71a6a2