You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Makign Gesture view accessibility property to true
* Exposing accessibility property in gesture view
* Making gesture Views accessibile. Expose the accessibility props in gesture views. Also make gesture views accessible by default as it generally always has actions that can be perfomed on them by the users. and hence needs to b exposed to screen readers as well
* Removing gesture dist file
* Updating documentation
Copy file name to clipboardExpand all lines: docs/docs/accessibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ReactXP exposes a common way to implement accessibility features across platform
11
11
12
12
A screen reader is an assistive technology available for visually-impaired users. It allows users to navigate through an application by focusing actionable components and announcing the purpose of those components.
13
13
14
-
ReactXP components [View](components/view), [Button](components/button), and [TextInput](components/textinput) implement a common set of accessibility-related props described below.
14
+
ReactXP components [View](components/view), [Button](components/button), [GestureView](components/gestureview)and [TextInput](components/textinput) implement a common set of accessibility-related props described below.
15
15
16
16
Additional [Accessibility APIs](apis/accessibility) are provided for programmatically invoking the screen reader to announce events.
0 commit comments