From 96ac0ce9a5fa29aa63666097734f263e1c155759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Tue, 23 Jan 2024 12:33:57 +0100 Subject: [PATCH] fix: remove duplicated isVision key (#78) --- packages/react-native/Libraries/Utilities/Platform.android.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/react-native/Libraries/Utilities/Platform.android.js b/packages/react-native/Libraries/Utilities/Platform.android.js index 93c44c2dc3e30a..e2cfdf8aa64285 100644 --- a/packages/react-native/Libraries/Utilities/Platform.android.js +++ b/packages/react-native/Libraries/Utilities/Platform.android.js @@ -65,10 +65,6 @@ const Platform: PlatformType = { return this.constants.isDisableAnimations ?? this.isTesting; }, // $FlowFixMe[unsafe-getters-setters] - get isVision(): boolean { - return false; - }, - // $FlowFixMe[unsafe-getters-setters] get isTV(): boolean { // $FlowFixMe[object-this-reference] return this.constants.uiMode === 'tv';