Skip to content

Commit

Permalink
Update FlatList.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Jul 22, 2022
1 parent c89a468 commit 45f88a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Lists/FlatList.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
/**
* Move selection to the specified index
*
* @platform ios
* @platform macos
*/
selectRowAtIndex(index: number) {
if (this._listRef) {
Expand Down

0 comments on commit 45f88a3

Please sign in to comment.