react-native-testing-library icon indicating copy to clipboard operation
react-native-testing-library copied to clipboard

🦉 Simple and complete React Native testing utilities that encourage good testing practices.

Results 104 react-native-testing-library issues
Sort by recently updated
recently updated
newest added

## Compatibility ### React 19 The v13 release will most likely happen for React 19 release for React Native. See #1593 for more info. ### RN versions support ~~Drop support...

discussion

## Describe the Feature In short, I want type the role as `Role` instead of `string | Regexp` When using `byRole` queries, the role is typed as `string | Regexp`....

The official documentation example parts talk about only the integration with react-native and redux. I am aware that it is only documentation talk about API's library provides but providing more...

question

## Describe the Feature User Event should throw errors in case of given element is disabled in any way that prevents the interaction to run in order to improve DX....

enhancement
discussion

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

### Summary Remove all code paths for React 16 & 17. Update React to 18.3.1 ### Test plan All checks should pass.

### Summary Remove deprecated stuff: * `*ByAccessibilityState` queries * `*ByAccessibilityValue` queries * use modern `flushMicroTasks` instead of `flushMicroTasksLegacy` ### Test plan All checks should pass.

## Ask your Question Hello! I was hoping to integrate this into my react native project, but encountered errors on install due to peer dependency conflicts regarding my use of...

question

### Summary Remove legacy `debug.shallow()`. Since v2 we no longer support shallow rendering, so we remove `debug.shallow()` as well. ### RTL compatibility `debug.shallow()` is not present in RTL ### Test...

React team recently released [React 19 beta](https://react.dev/blog/2024/04/25/react-19) which brings some changes that might affect RNTL. In this issue I want to discuss how does that affect RNTL. ### Deprecation of...