Skip to content

Commit c99752c

Browse files
committed
Change default to true
1 parent b9e07fa commit c99752c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-gesture-handler/src/components

packages/react-native-gesture-handler/src/components/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function getTVProps(props: TVProps): TVProps | null {
1818
}
1919

2020
return {
21-
isTVSelectable: props.focusable ?? props.isTVSelectable ?? false,
21+
isTVSelectable: props.focusable ?? props.isTVSelectable ?? true,
2222
};
2323
}
2424

0 commit comments

Comments
 (0)