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 99 react-native-testing-library issues
Sort by recently updated
recently updated
newest added

## Ask your Question I have a simple test that seems to generate the right snapshot at the end of execution, but throws me a `console.error` during the execution. Here...

question
needs triage

## Describe the Feature Right now, we rely on grabbing `Text` from `react-native` in `*ByText` queries. We should make it possible for users to replace it with `Text` from other...

feature request

## Describe the Feature If I understand the behavior correctly, fireEven looks for properties like "onPress" / "onScroll" in the DOM and calls these functions, but **does not create an...

good first issue
feature request

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.170.0 to 0.184.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flow-bin&package-manager=npm_and_yarn&previous-version=0.170.0&new-version=0.184.0)](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...

dependencies

Thank you for this amazing package ## Describe the bug When running when Node v14.17.5, I get the expected result. ```sh ➜ basic git:(main) node --version v14.18.1 ➜ basic git:(main)...

### Summary While writing helpers around the `render` and `renderHook` functions, I found myself wanting/needing the types for the options and the returns. This explicitly exports those types that weren't...

## Describe the Feature React Native renderer throws error when string is rendered outside of `Text` component, e.g. directly under `View` or other native component. It seems that React Test...

help wanted
feature request
compat: react-native

## Describe the bug `getByText` can find element if text render component with text as not children (See "Steps to Reproduce" below) ```diff -const Trans = p => p.i18nKey; //...

bug

## Describe the bug When I import and using something from `@testing-library/react-native` the following warning appears: `Jest did not exit one second after the test run has completed.` ## Expected...

## Describe the bug Currently in the process of upgrading RN to v0.64 and RNTL to v8-rc.0. After upgrading RNTL, many tests started throwing errors similar to the following: ```...

bug