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: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,9 @@ An element is visible if **all** the following conditions are met:
325
325
- it does not have its style property `display` set to `none`.
326
326
- it does not have its style property `opacity` set to `0`.
327
327
- it is not a `Modal` component or it does not have the prop `visible` set to `false`.
328
-
- it is not hidden from accessibility as checked by [`isInaccessible`](https://callstack.github.io/react-native-testing-library/docs/api#isinaccessible) function from React Native Testing Library
328
+
- it is not hidden from accessibility as checked by
0 commit comments