Skip to content

Commit b60835d

Browse files
committed
fix flatlist props being undefined in ios
1 parent a1171f7 commit b60835d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native/Libraries/Lists/FlatList.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ export type Props<ItemT> = {
308308
* Also inherits [ScrollView Props](docs/scrollview.html#props), unless it is nested in another FlatList of same orientation.
309309
*/
310310
class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
311-
props: Props<ItemT>;
312311
/**
313312
* Scrolls to the end of the content. May be janky without `getItemLayout` prop.
314313
*/

0 commit comments

Comments
 (0)