Move to `@testing-library/react-native` 🎉
See original GitHub issueWe’re in the process of completely replacing https://github.com/testing-library/native-testing-library with this repo. Which means renaming react-native-testing-library
to @testing-library/react-native
.
Would anyone be interested in writing a migration guide?
EDIT: Migration guide: https://callstack.github.io/react-native-testing-library/docs/migration-v7
Issue Analytics
- State:
- Created 3 years ago
- Reactions:15
- Comments:15 (11 by maintainers)
Top Results From Across the Web
Migration to 7.0 | React Native Testing Library - Open Source
Guide for react-native-testing-library users. This guide describes steps necessary to migrate from React Native Testing Library v2.x or v6.0 to v7.0 ...
Read more >React Native Testing Library
Simple and complete React Native testing utilities that encourage good testing practices.. Latest version: 11.5.0, last published: 10 days ...
Read more >Testing react native with testing library
In this application we are going to test the App component ... import React from 'react'; import App from './App'; import { render...
Read more >A Definitive Guide to React Native Testing Library
We usually start with adding test.todo() with a description as the initial list of tests we will cover. Then we go ahead and...
Read more >Introduction
React Native Testing Library is a testing library for React ... You want to write maintainable tests for your React Native components.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v6 of @testing-library/react-native was just published. So when we publish this repo as the main package it will need to be version 7
I’m happy to watch
jest-native
over. Since the migration guide is created. I’m closing this issue. Thanks everyone for your cooperation, it was very helpful!