diff --git a/patches/react-native+0.70.9.patch b/patches/react-native+0.70.9.patch --- a/patches/react-native+0.70.9.patch +++ b/patches/react-native+0.70.9.patch @@ -16,6 +16,18 @@ /** * When the clear button should appear on the right side of the text view. * This property is supported only for single-line TextInput component. +diff --git a/node_modules/react-native/Libraries/Lists/FlatList.js b/node_modules/react-native/Libraries/Lists/FlatList.js +index a569626..d7213fd 100644 +--- a/node_modules/react-native/Libraries/Lists/FlatList.js ++++ b/node_modules/react-native/Libraries/Lists/FlatList.js +@@ -411,6 +411,7 @@ class FlatList extends React.PureComponent, void> { + + constructor(props: Props) { + super(props); ++ this.props = props; + this._checkProps(this.props); + if (this.props.viewabilityConfigCallbackPairs) { + this._virtualizedListPairs = diff --git a/node_modules/react-native/Libraries/Lists/VirtualizedList.js b/node_modules/react-native/Libraries/Lists/VirtualizedList.js index 69e6309..5343e6a 100644 --- a/node_modules/react-native/Libraries/Lists/VirtualizedList.js