Skip to content

Commit 45f88a3

Browse files
authored
Update FlatList.js
1 parent c89a468 commit 45f88a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Lists/FlatList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
373373
/**
374374
* Move selection to the specified index
375375
*
376-
* @platform ios
376+
* @platform macos
377377
*/
378378
selectRowAtIndex(index: number) {
379379
if (this._listRef) {

0 commit comments

Comments
 (0)