mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
98aa66a646
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/34829 I realized there is a race condition in how prefab headers are prepared and bundled. If the download of boost is not 'fast enough' the headers will be missing during prefab preparation. This fixes it. Changelog: [Internal] [Changed] - Fix broken template tests due to missing boost headers Reviewed By: cipolleschi Differential Revision: D39968622 fbshipit-source-id: 4680f84c15f4443a16def45d41a10a1083f4f196
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.