File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
vnext/src-win/Libraries/Components/View Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ const View: component(
6767 accessibilityLabel,
6868 accessibilityLabelledBy,
6969 accessibilityLevel, // Windows
70- accessibilityAnnotation, //Windows
7170 accessibilityLiveRegion,
7271 accessibilityPosInSet, // Windows
7372 accessibilitySetSize, // Windows
@@ -251,7 +250,6 @@ const View: component(
251250 }
252251 accessibilityLabel = { ariaLabel ?? accessibilityLabel }
253252 accessibilityLevel = { ariaLevel ?? accessibilityLevel }
254- accessibilityAnnotation = { accessibilityAnnotation }
255253 accessibilityPosInSet = { ariaPosinset ?? accessibilityPosInSet }
256254 accessibilitySetSize = { ariaSetsize ?? accessibilitySetSize }
257255 focusable = { _focusable }
@@ -305,7 +303,6 @@ const View: component(
305303 }
306304 accessibilityLabel = { ariaLabel ?? accessibilityLabel }
307305 accessibilityLevel = { ariaLevel ?? accessibilityLevel }
308- accessibilityAnnotation = { accessibilityAnnotation }
309306 accessibilityPosInSet = { ariaPosinset ?? accessibilityPosInSet }
310307 accessibilitySetSize = { ariaSetsize ?? accessibilitySetSize }
311308 focusable = { _focusable }
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import type {
2828 AccessibilityRole ,
2929 AccessibilityState ,
3030 AccessibilityValue ,
31- AccessibilityAnnotationInfo , // [Windows]
3231 Role ,
3332} from './ViewAccessibility' ;
3433import type { Node } from 'react' ;
@@ -530,8 +529,6 @@ type WindowsViewProps = $ReadOnly<{|
530529 onBlur ?: ?( event : FocusEvent ) => mixed ,
531530 onMouseLeave ?: ?( event : MouseEvent ) => mixed ,
532531 onMouseEnter ?: ?( event : MouseEvent ) => mixed ,
533-
534- accessibilityAnnotation ?: ?AccessibilityAnnotationInfo ,
535532| } > ;
536533// Windows]
537534
You can’t perform that action at this time.
0 commit comments