diff --git a/Libraries/Components/Button.js b/Libraries/Components/Button.js index 4370f3571..51ca2aa63 100644 --- a/Libraries/Components/Button.js +++ b/Libraries/Components/Button.js @@ -57,7 +57,6 @@ class Button extends React.Component<{ accessibilityLabel?: ?string, disabled?: ?boolean, testID?: ?string, - hasTVPreferredFocus?: ?boolean, }> { static propTypes = { /**