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
Copy file name to clipboardExpand all lines: docs/docs/api/components/buttons.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Currently Gesture handler library exposes three components that render native to
21
21
22
22
On top of that all the buttons are wrapped with `NativeViewGestureHandler` and therefore allow for all the [common gesture handler properties](#common-gesturehandler-properties) and `NativeViewGestureHandler`'s [extra properties](#nativeviewgesturehandler-extra-properties) to be applied to them.
23
23
24
-
**IMPORTANT**: In order to make buttons accessible, you have to wrap your children in a `View` with `accessible`prop.
24
+
**IMPORTANT**: In order to make buttons accessible, you have to wrap your children in a `View` with `accessible`and `accessibilityRole="button"` props.
0 commit comments