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

https://www.npmjs.com/package/react-test-renderer It's been marked as deprecated since https://github.com/facebook/react/pull/28705 and the README now recommends, funnily enough, [`@testing-library/react`](https://testing-library.com/docs/react-testing-library/intro) instead. https://github.com/testing-library/react-testing-library

## Describe the bug [There is a fairly new vulnerability on React 19.1.0](https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components) Suggested solution is to bump up React from `19.0.1` to `19.1.2` and that's exactly what I did....

## Ask your Question There are bunch of act warnings coming up with 13.3.3 release, when are you thinking to update to v14, because I did read on one of...

question