eslint-plugin-react-native
eslint-plugin-react-native copied to clipboard
[Feature Request] FlatList Warnings
Add rules for FlatList
- Warning for when a FlatList is put as a child inside of a Scrollable component.
- Suggest memoizing function props for items within a FlatList component.
I wonder if this could be generalized to all VirtualizedLists (e.g., FlatList, SectionList, VirtualizedList)?