mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Changelog: [General][Removed] Remove experimental support for loading bytecode from Metro Removes the experimental bundling strategy that offloads Hermes bytecode compilation to the packager server. The React Native parts of this experiment were never part of the public API, and the Metro parts never fully shipped in open source. Followup from D43597007. Reviewed By: robhogan Differential Revision: D43604705 fbshipit-source-id: db3be553750ccbf286d876f75858299c5b750f19
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.