Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix FlatList viewabilityConfig prop type (#37299)
Summary: FlatList `viewabilityConfig` prop seems no need to be any type. So I replaced it with `ViewabilityConfig` from `VirtualizedList.d.ts` ## Changelog: [GENERAL] [FIXED] - change FlatList `viewabilityConfig` prop type `any` to `ViewabilityConfig` Pull Request resolved: #37299 Test Plan: Ran yarn test-typescript and yarn test-typescript-offline with no errors. Reviewed By: jacdebug Differential Revision: D45689033 Pulled By: cipolleschi fbshipit-source-id: e7fd31c534c5f47321b36d0d764f466392ad897e
- Loading branch information