react-native-accessibility-engine icon indicating copy to clipboard operation
react-native-accessibility-engine copied to clipboard

Make accessibility-related assertions on React Native code using React Test Renderer

Results 11 react-native-accessibility-engine issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native](https://reactnative.dev/) ([source](https://togithub.com/facebook/react-native/tree/HEAD/packages/react-native), [changelog](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md)) | [`0.70.2` -> `0.74.0`](https://renovatebot.com/diffs/npm/react-native/0.70.2/0.74.0)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@react-native-community/slider](https://togithub.com/callstack/react-native-slider) | [`4.2.0` -> `4.5.2`](https://renovatebot.com/diffs/npm/@react-native-community%2fslider/4.2.0/4.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@react-native-community%2fslider/4.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [metro-react-native-babel-preset](https://togithub.com/facebook/metro) | [`0.73.1` -> `0.77.0`](https://renovatebot.com/diffs/npm/metro-react-native-babel-preset/0.73.1/0.77.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/metro-react-native-babel-preset/0.77.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

**Describe the bug** Jest can not exit because of an open handle created by importing this lib (as described in the README). ``` Jest has detected the following 1 open...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) | [`27.1.1` -> `27.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/27.1.1/27.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jest/27.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

**Describe the bug** I'm building a TabBar component using a Carousel library, and noticed that the `toBeAccessible` RTL helper is calling out the wrong things: 1. "tab" role is flagged...

**Describe the bug** When I run the test suite with `expect(container).toBeAccessible();` , I am getting the following error: "This pressable has no text content, so an accessibility label can't be...

I'm working on a Design System project, and we have several components that need a11y tests. I'm researching for automated tools that can help me with this, and this project...

The issue is that one already has a huge React Native application and wants to understand which components in which files and folders have Accessibility Identifiers and which are lacking...