MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / accessibility.test.tsx

File accessibility.test.tsx

src/helpers/__tests__/accessibility.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React from 'react';
2import { Image, Pressable, Switch, Text, TextInput, TouchableOpacity, View } from 'react-native';
3
4import { isHiddenFromAccessibility, isInaccessible, render, screen } from '../..';

Callers

nothing calls this directly

Calls 13

isAccessibilityElementFunction · 0.90
computeAriaLabelFunction · 0.90
computeAriaDisabledFunction · 0.90
getRoleFunction · 0.90
normalizeRoleFunction · 0.90
computeAriaBusyFunction · 0.90
computeAriaCheckedFunction · 0.90
computeAriaExpandedFunction · 0.90
computeAriaSelectedFunction · 0.90
computeAriaValueFunction · 0.90
computeAccessibleNameFunction · 0.90

Tested by

no test coverage detected