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

### Summary Ensures support for RN 0.80. Blocked by https://github.com/facebook/react-native/pull/51525 ### Test plan

### Summary The goal of the PR is to fix the documentation for the faulty "understanding act function guide" in the troubleshooting guide that was giving a 404. ### Test...

Hey guys, I'm unit testing my React Native components, and one in particular is causing a console.error with a Warning every time I run the tests. I've searched online and...

question

### Summary This is the release branch for RNTL v14, which will use the new renderer. Currently it supports React 19 & RN 0.77+. ### Test plan

## Describe the bug This happens for both the setimmediate node_module and RNTL's polyfill. The root cause for both flows is the same - we are not capturing the underlying...

### Summary This pull request is to showcase [this issue ](https://github.com/callstack/react-native-testing-library/issues/1767). ### Test plan

I followed the react navigation testing instructions here: https://reactnavigation.org/docs/testing/?example=dynamic#navigation-between-tabs And I can successfully navigate to the second screen. But when i include the prop `linking` inside the `` like this...

### Summary Resolves #1717 Resolves #1718 Introduces (event) debugging mode that outputs information about event handles not being called due to disabled state, etc. ### Details Enabling: `configure({ debug: true...

## Describe the Feature Provide user feedback when user could not be triggered due to disabled state, missing event handler, etc ## Possible Implementations Option on `configure` not to break...

### Summary We had a use case where we wanted to clear text in an input without blurring, to more realistically simulate the behaviour of a real user replacing the...