mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6676d01033
Summary: With bridgeless mode enabled, there can be two instances of DevSupportManager. Previously, both of them wrote to the same files on disk. After this change, each instance will write the bundle to different files on disk. Changelog: [Internal] Reviewed By: sshic Differential Revision: D29068794 fbshipit-source-id: 67270be17d084cc89ab618ea54f729f9b595b5f7
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.