Skip to content

Commit

Permalink
fix flatlist props being undefined in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
dieguezz committed Feb 22, 2024
1 parent a1171f7 commit b60835d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-native/Libraries/Lists/FlatList.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export type Props<ItemT> = {
* Also inherits [ScrollView Props](docs/scrollview.html#props), unless it is nested in another FlatList of same orientation.
*/
class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
props: Props<ItemT>;
/**
* Scrolls to the end of the content. May be janky without `getItemLayout` prop.
*/
Expand Down

0 comments on commit b60835d

Please sign in to comment.