mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
21dd646eca
Summary: I've noticed that `test_android` and the Test Android Docker image jobs fails sometime with a missing `libhermes.so` file. That is happening because the `configureNdkBuild*` tasks are executing before the prefab for Hermes is ready. I'm adding an explicit dependency here that will prevent this kind of situations from happening. Changelog: [Internal] [Changed] - Reduce flakyness of `configureNdkBuild*` tasks by setting an explicit dependency on prefab. Reviewed By: ShikaSD Differential Revision: D34859961 fbshipit-source-id: e4dc4b22c808359018ec952287b2d8a7094f0698
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.