Skip to content

Commit 3d025b3

Browse files
committed
chore: remove explicit null accessibilityCollectionItem from row wrapper
1 parent 9310326 commit 3d025b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ class FlatList<ItemT = any> extends React.PureComponent<FlatListProps<ItemT>> {
725725
'Expected array of items with numColumns > 1',
726726
);
727727
const rowAccessibilityProps: any = isAndroid
728-
? {accessibilityCollectionItem: null}
728+
? ({}: any)
729729
: {};
730730
return (
731731
<View

0 commit comments

Comments
 (0)