Skip to content

Commit f956af5

Browse files
authored
fix: remove duplicated isVision key (#78)
1 parent 319f3a8 commit f956af5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-native/Libraries/Utilities/Platform.android.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ const Platform: PlatformType = {
6565
return this.constants.isDisableAnimations ?? this.isTesting;
6666
},
6767
// $FlowFixMe[unsafe-getters-setters]
68-
get isVision(): boolean {
69-
return false;
70-
},
71-
// $FlowFixMe[unsafe-getters-setters]
7268
get isTV(): boolean {
7369
// $FlowFixMe[object-this-reference]
7470
return this.constants.uiMode === 'tv';

0 commit comments

Comments
 (0)