-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v9] remove react-test-renderer
#3409
Comments
This is used for react-native testing – is there a better way now? I've been out of the loop with react-native for some time. |
React officially recommends the React Testing Library. I don't know much about it myself but it is something we need to address since it won't be supported going forward. |
Okay, we need to look at alts for RN before removing imo |
We will remove |
I don't think anyone is suggesting not removing it, we're just discussing what way is best to do it going forward for native 😊 |
lil' update – React Testing Library is for DOM, there is a |
I asked Callstack and this is what they use: https://github.com/callstack/react-native-testing-library |
react-test-renderer
is deprecated and should be removed.The text was updated successfully, but these errors were encountered: