We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953272b commit 95f9c2dCopy full SHA for 95f9c2d
README.md
@@ -117,7 +117,7 @@ toBeDisabled();
117
Check whether or not an element is disabled from a user perspective.
118
119
This matcher will check if the element or its parent has a `disabled` prop, or if it has
120
-`accessibilityState={{disabled: true]}.
+`accessibilityState={{disabled: true}}.
121
122
It also works with `accessibilityStates={['disabled']}` for now. However, this prop is deprecated in
123
React Native [0.62](https://reactnative.dev/blog/2020/03/26/version-0.62#breaking-changes)
0 commit comments