We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319f3a8 commit f956af5Copy full SHA for f956af5
packages/react-native/Libraries/Utilities/Platform.android.js
@@ -65,10 +65,6 @@ const Platform: PlatformType = {
65
return this.constants.isDisableAnimations ?? this.isTesting;
66
},
67
// $FlowFixMe[unsafe-getters-setters]
68
- get isVision(): boolean {
69
- return false;
70
- },
71
- // $FlowFixMe[unsafe-getters-setters]
72
get isTV(): boolean {
73
// $FlowFixMe[object-this-reference]
74
return this.constants.uiMode === 'tv';
0 commit comments