react-native-testing-library
react-native-testing-library copied to clipboard
🦉 Simple and complete React Native testing utilities that encourage good testing practices.
### Summary Experimental test renderer replacing React Test Renderer, which is being deprecated. ### Overview The new renderer (React Native Test Renderer?) is a simple renderer created using `react-reconciler` package....
### Summary * tested against 0.77-nightly and React 19 in both concurrent and legacy (default) mode * remove `debug().shallow()` - considered non-breaking as not documented ### Test plan
### Summary Unify ARIA label and ARIA labelled by computation logic. ### Test plan
## Describe the Feature Add another option to `type()` that allows for skipping the blur event. This is useful for testing form validation where validation typically happens either `onChange` or...
## Describe the bug How do I get rid of this warning an update to ForwardRef inside a test was not wrapped in act? I am already using act in...
### Summary ### Test plan
## Describe the Feature I have several bits of code that use useWindowDimensions and yield different results based on different screen sizes. It would be extremely nice to be able...
Bumps [release-it](https://github.com/release-it/release-it) from 18.1.2 to 19.0.3. Release notes Sourced from release-it's releases. Release 19.0.3 chore: use node's spawn instead of tinyexec dep (#1227) (fccdf6742ed4051fcd6ee11d890b84f7a34e81c4) - thanks @efstathiosntonas! Minor housekeeping/formatting (1604dc75ac2370a068c28a9119885d3035d372ac)...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.3 to 24.0.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm trying to use this library with React 19.0.0 but when I run `npm install --save-dev @testing-library/react-native` it gives me this error: ``` npm error code ERESOLVE npm error ERESOLVE...