What does this PR do? This PR upgrades React, @testing-library/react, react-test-renderer. Screenshot/screencast of this PR What issues does this PR fix or reference? resolves eclipse-che/che#23131 Is it tested?
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web. - [templates] Replace react-test-renderer with @testing-library/react-native · expo/expo@971657f
Starting from version 3.3.0 create-react-app uses react-testing-library as the default testing library.I wrote this guide before react-testing-library was a thing: it focuses mostly on react-test-renderer/Act API which are a bit more low level....