Intellicode / eslint-plugin-react-native

React Native plugin for ESLint
MIT License
718 stars 128 forks source link

[Feature Request] FlatList Warnings #264

Open Staceadam opened 3 years ago

Staceadam commented 3 years ago

Add rules for FlatList

  1. Warning for when a FlatList is put as a child inside of a Scrollable component.
  2. Suggest memoizing function props for items within a FlatList component.
esthor commented 3 years ago

I wonder if this could be generalized to all VirtualizedLists (e.g., FlatList, SectionList, VirtualizedList)?