From b60835d1f04d3e524201e18a8a609368a554cd12 Mon Sep 17 00:00:00 2001 From: Diego Segura Date: Thu, 22 Feb 2024 04:06:21 +0100 Subject: [PATCH] fix flatlist props being undefined in ios --- packages/react-native/Libraries/Lists/FlatList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/Libraries/Lists/FlatList.js b/packages/react-native/Libraries/Lists/FlatList.js index 3d267cb95988ed..f34fe50f8721ee 100644 --- a/packages/react-native/Libraries/Lists/FlatList.js +++ b/packages/react-native/Libraries/Lists/FlatList.js @@ -308,7 +308,6 @@ export type Props = { * Also inherits [ScrollView Props](docs/scrollview.html#props), unless it is nested in another FlatList of same orientation. */ class FlatList extends React.PureComponent, void> { - props: Props; /** * Scrolls to the end of the content. May be janky without `getItemLayout` prop. */