mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6166645560
Summary: The implementation for this class was commented out in D14200097. ServerSnapshotTests rely on this class to decide when test app setup is finished [here](diffusion/FBS/browse/master/fbandroid/instrumentation_tests/com/facebook/react/screenshots/shared/ReactNativeScreenshotTestCase.java;676aecf86a816bba8eb8571bc327e77c8f2e149b$164). The only change I made is to use InstrumentationRegistry from Androidx instead of support. Reviewed By: rickhanlonii, mdvacca Differential Revision: D15068069 fbshipit-source-id: c69c7d46a1068836f9a9303de11e9a7a36b4e6d9
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.